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

[#5364] feat(auth-ranger): Throw AuthorizationPluginException in authorization plugin #5365

Merged
merged 5 commits into from
Oct 31, 2024

Conversation

xunliu
Copy link
Member

@xunliu xunliu commented Oct 30, 2024

What changes were proposed in this pull request?

Currently, the Authorization plugin throws RuntimePluginException, We needs change it to AuthorizationPluginExceptionto

Why are the changes needed?

Fix: #5364

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

Added ITs.

@xunliu xunliu added the branch-0.7 Automatically cherry-pick commit to branch-0.7 label Oct 30, 2024
@xunliu xunliu requested a review from jerqi October 30, 2024 07:13
FANNG1
FANNG1 previously approved these changes Oct 30, 2024
FANNG1
FANNG1 previously approved these changes Oct 30, 2024
@xunliu xunliu merged commit d04a17c into apache:main Oct 31, 2024
26 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 31, 2024
…orization plugin (#5365)

### What changes were proposed in this pull request?

Currently, the Authorization plugin throws RuntimePluginException, We
needs change it to AuthorizationPluginExceptionto

### Why are the changes needed?

Fix: #5364

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

Added ITs.
xunliu added a commit that referenced this pull request Oct 31, 2024
…orization plugin (#5365)

Currently, the Authorization plugin throws RuntimePluginException, We
needs change it to AuthorizationPluginExceptionto

Fix: #5364

N/A

Added ITs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.7 Automatically cherry-pick commit to branch-0.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] Throw AuthorizationPluginException in the authorization plugin
3 participants