pan3793 opened a new issue, #5368: URL: https://github.com/apache/kyuubi/issues/5368
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before creating - [X] I have searched in the [task list](https://github.com/orgs/apache/projects/296) and found no similar tasks. ### Mentor - [ ] I have sufficient knowledge and experience of this task, and I volunteer to be the mentor of this task to guide contributors to complete the task. ### Skill requirements - Knowledge about Spark Catalyst - Basic Knowledge of SQL authorization model, e.g. Apache Ranger ### Background and Goals Allow the authz plugin to manage permissions for path-based tables, as the catalog table does. https://github.com/apache/kyuubi/discussions/5166 ### Implementation steps Refer existing code of [authz module](https://github.com/apache/kyuubi/tree/master/extensions/spark/kyuubi-spark-authz), 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
