wForget commented on issue #5376:
URL: https://github.com/apache/kyuubi/issues/5376#issuecomment-2659223842

   In addition, I have an idea for implementation. 
   
   Steps:
   + Define RunnableCommand in Engine, like: KyuubiGetTablesCommand (keep logic 
of current engine)
   + Replace KyuubiGetTablesCommand in Authz plugin with authz processing logic 
(ref: RuleReplaceShowObjectCommands)
   + The logic of GetTables Operator in Engine: val plan = new 
KyuubiGetTablesCommand; 
spark.sessionState.executePlan(plan).executedPlan.executeCollect()
   
   cc @pan3793 


-- 
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: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to