Closed wankunde closed 1 month ago
Attention: Patch coverage is 0%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
2d64255
) to head (9d7d196
). Report is 32 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
.../plugin/spark/authz/ranger/RuleAuthorization.scala | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for your contribution! Merged to master (1.10.0) .
:mag: Description
Issue References ๐
This pull request fixes #6754
Describe Your Solution ๐ง
Right now in RuleAuthorization we use an ArrayBuffer to collect access requests, which is very slow because each new PrivilegeObject needs to be compared with all access requests.
Types of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Add benchmark Before
Behavior With This Pull Request :tada:
After
Related Unit Tests
Exists UT
Checklist ๐
Be nice. Be informative.