pan3793 commented on issue #5269: URL: https://github.com/apache/kyuubi/issues/5269#issuecomment-1713512172
Currently, `Analyze*Command` defined `isIntput=true`, which means only read privilege is required, but actually, those commands will update the table properties, I suppose they should be treated as `isInput=false`. With the above assumption, `AnalyzeTablesCommand` should also manually check the user has both the write and read privileges of each table under the databases. -- 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]
