pan3793 commented on issue #5269:
URL: https://github.com/apache/kyuubi/issues/5269#issuecomment-1713503036

   When taking a look deeply into the code, the execution of 
`AnalyzeTablesCommand` actually triggers the read privilege checking of each 
table, thus, even `AnalyzeTablesCommand ` listed in `table_command_spec.json` 
does not take effects, table privilege still to be checked, this is somewhat of 
a coincidence.
   
   `AnalyzeTablesCommand#run` => `CommandUtils.analyzeTable` => 
`sparkSession.table(tableIdentWithDB).count()`
   


-- 
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]

Reply via email to