zhouyifan279 commented on PR #3699: URL: https://github.com/apache/incubator-kyuubi/pull/3699#issuecomment-1294864376
@yaooqinn @ulysses-you @bowenliang123 Moved `RuleSetTableOwner` into analyze phase and code structure had a few changes: 1. Simplified handling of CreateTable Commands and CreateTableAsSelect Commands These commands have the same LogicalPlan type `CreateTable` in analyze phase 2. Add a LogicalPlan `SetTableOwnerCommand`, a SparkPlan `SetTableOwnerExec` and a Strategy `SeTableOwnerStrategy` 3. Add a match-case for `SetTableOwnerCommand` in `PrivilegesBuilder#buildCommand` -- 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]
