Skip to content

Fix GET /queries broker API UnsupportedOperationException bug#15200

Merged
yashmayya merged 1 commit intoapache:masterfrom
yashmayya:fix-running-queries-api
Mar 5, 2025
Merged

Fix GET /queries broker API UnsupportedOperationException bug#15200
yashmayya merged 1 commit intoapache:masterfrom
yashmayya:fix-running-queries-api

Conversation

@yashmayya
Copy link
Contributor

@yashmayya yashmayya requested a review from gortiz March 5, 2025 14:35
@codecov-commenter
Copy link

codecov-commenter commented Mar 5, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 63.53%. Comparing base (59551e4) to head (a14bf0f).
Report is 1805 commits behind head on master.

Files with missing lines Patch % Lines
...r/requesthandler/BrokerRequestHandlerDelegate.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #15200      +/-   ##
============================================
+ Coverage     61.75%   63.53%   +1.78%     
- Complexity      207     1457    +1250     
============================================
  Files          2436     2759     +323     
  Lines        133233   155308   +22075     
  Branches      20636    23913    +3277     
============================================
+ Hits          82274    98672   +16398     
- Misses        44911    49186    +4275     
- Partials       6048     7450    +1402     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.50% <0.00%> (+1.79%) ⬆️
java-21 63.43% <0.00%> (+1.80%) ⬆️
skip-bytebuffers-false 63.52% <0.00%> (+1.77%) ⬆️
skip-bytebuffers-true 63.41% <0.00%> (+35.68%) ⬆️
temurin 63.53% <0.00%> (+1.78%) ⬆️
unittests 63.52% <0.00%> (+1.78%) ⬆️
unittests1 56.15% <ø> (+9.25%) ⬆️
unittests2 33.95% <0.00%> (+6.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@gortiz gortiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. In general we should not modify collections returned by other structures (and we should a bit less nice and return unmodifiable structures to be sure)

@yashmayya yashmayya merged commit f4c1cac into apache:master Mar 5, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants