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

[Improvement] JdbcExceptionConverter does not handle AccessDeniedException #5520

Open
mchades opened this issue Nov 8, 2024 · 0 comments · May be fixed by #5546
Open

[Improvement] JdbcExceptionConverter does not handle AccessDeniedException #5520

mchades opened this issue Nov 8, 2024 · 0 comments · May be fixed by #5546
Labels
help wanted Extra attention is needed improvement Improvements on everything

Comments

@mchades
Copy link
Contributor

mchades commented Nov 8, 2024

What would you like to be improved?

Since JdbcExceptionConverter does not handle AccessDeniedException, the GravitinoRuntimeException will be thrown when there is an AccessDeniedException from underlying JDBC datasource.

How should we improve?

should map to UnauthorizedException

@mchades mchades added help wanted Extra attention is needed improvement Improvements on everything labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed improvement Improvements on everything
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant