-
Notifications
You must be signed in to change notification settings - Fork 919
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
Authz plugin support path-based table #5368
Comments
Hi @pan3793, can you assign this task to me? I will try to finish it before November 11th. Thanks. |
assigned, thanks |
@Emor-nj do you have any progress on this task? |
revoked the assignment since there has been no response or update for a long time. |
@AngersZhuuuu I see this task blocks your works, would you like to take up this one too? |
Yea |
InsertIntoDataSourceCommand |
CreateDatabaseCommand CreateTable AddJarsCommand LoadDataCommand |
Spark has forbidden alter locs for AlterDatabasePropertiesCommand / AlterTableSetPropertiesCommand, right? |
Yea |
This task was completed by splitting into several small tasks. |
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
Allow the authz plugin to manage permissions for path-based tables, as the catalog table does.
#5166
Implementation steps
Refer existing code of authz module, which is basically a Spark SQL extension, powers the Spark SQL with authorization capabilities by injecting some catalyst rules.
Additional context
Original report is @yaooqinn
The text was updated successfully, but these errors were encountered: