minyk opened a new issue, #2693: URL: https://github.com/apache/incubator-kyuubi/issues/2693
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? PR #2675 introduces some V2 commands, but there are missing commands like `CreateV2Table` or `SetTableProperties`. So we add these commands first, then add other third-party commands from `Iceberg` or `Delta.io`. ### How should we improve? Add V2 commands to `PrivilegesBuilder` like V1s. Some minor commands are ignored like V1 cases. Added commands are in these files: * [org.apache.spark.sql.catalyst.plans.logical.v2Commands.scala](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala) * [org.apache.spark.sql.catalyst.plans.logical.v2AlterTableCommands.scala](https://github.com/apache/spark/blob/master/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2AlterTableCommands.scala) ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
