Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returning tables names failing authorization in Exception of Multi State Engine Queries #13195

Merged
merged 22 commits into from
Jun 4, 2024

Conversation

eaugene
Copy link
Contributor

@eaugene eaugene commented May 21, 2024

Tags:

  • enhancement
  • observability
  • multi-stage

@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

Attention: Patch coverage is 44.23077% with 58 lines in your changes are missing coverage. Please review.

Project coverage is 62.16%. Comparing base (59551e4) to head (405be47).
Report is 522 commits behind head on master.

Files Patch % Lines
...requesthandler/MultiStageBrokerRequestHandler.java 0.00% 25 Missing ⚠️
...broker/broker/ZkBasicAuthAccessControlFactory.java 0.00% 9 Missing ⚠️
...sthandler/BaseSingleStageBrokerRequestHandler.java 20.00% 6 Missing and 2 partials ⚠️
...ache/pinot/broker/broker/AuthenticationFilter.java 0.00% 7 Missing ⚠️
...roker/requesthandler/BaseBrokerRequestHandler.java 16.66% 4 Missing and 1 partial ⚠️
...ava/org/apache/pinot/broker/api/AccessControl.java 83.33% 0 Missing and 1 partial ⚠️
...ot/broker/broker/AllowAllAccessControlFactory.java 50.00% 1 Missing ⚠️
...t/broker/broker/BasicAuthAccessControlFactory.java 92.85% 1 Missing ⚠️
...ache/pinot/core/auth/FineGrainedAccessControl.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13195      +/-   ##
============================================
+ Coverage     61.75%   62.16%   +0.41%     
+ Complexity      207      198       -9     
============================================
  Files          2436     2538     +102     
  Lines        133233   139473    +6240     
  Branches      20636    21557     +921     
============================================
+ Hits          82274    86702    +4428     
- Misses        44911    46276    +1365     
- Partials       6048     6495     +447     
Flag Coverage Δ
custom-integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration <0.01% <0.00%> (-0.01%) ⬇️
integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration2 0.00% <0.00%> (ø)
java-11 62.12% <44.23%> (+0.41%) ⬆️
java-21 62.03% <44.23%> (+0.41%) ⬆️
skip-bytebuffers-false 62.15% <44.23%> (+0.40%) ⬆️
skip-bytebuffers-true 62.01% <44.23%> (+34.28%) ⬆️
temurin 62.16% <44.23%> (+0.41%) ⬆️
unittests 62.15% <44.23%> (+0.41%) ⬆️
unittests1 46.74% <96.00%> (-0.15%) ⬇️
unittests2 27.75% <21.15%> (+0.01%) ⬆️

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.

@eaugene eaugene marked this pull request as ready for review May 21, 2024 16:58
@eaugene eaugene requested a review from Jackie-Jiang May 22, 2024 09:45
Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

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

Mostly good

@eaugene eaugene requested a review from Jackie-Jiang May 23, 2024 18:09
@eaugene eaugene requested a review from Jackie-Jiang May 29, 2024 19:08
Copy link
Contributor

@Jackie-Jiang Jackie-Jiang left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

@Jackie-Jiang Jackie-Jiang merged commit 2719c5c into apache:master Jun 4, 2024
19 checks passed
gortiz pushed a commit to gortiz/pinot that referenced this pull request Jun 14, 2024
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.

Returning tables names failing authorization in Exception of Multi State Engine Queries
3 participants