bowenliang123 commented on PR #3425: URL: https://github.com/apache/incubator-kyuubi/pull/3425#issuecomment-1242796814
With completely refractored v2 commands handling by dedicate privilige building handlers. 1. introduced command privilege handling framework/pattern for incoming changing commands from Spark 3.x+ or other Engine / Plugins, eg. Arctics. 2. resue possible building process and added support for least/most spark version , the command type feature grouping commands into `V2CreateTablePlan/V2CreateTablePlan/V2AlterTableCommand` for output checks and `HasQuery` for subquery input checks. 3. prevent unbound command name in string and group in command enums. 4. introducing minimum changes into PrivilegeBuilder as possible, by extended dedicate comand list and builders. -- 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]
