davidyuan1223 commented on PR #5590:
URL: https://github.com/apache/kyuubi/pull/5590#issuecomment-1787687027

   I want ask a question, why the admin to execute doAs in the next, don't use 
sql to execute, i found your code is `doAs(admin, createTableAs)`, why not is 
`doAs(admin,sql(createTableAs))`. 
   And i found the DeltaCatalogRanger also use doAs(user,mySql),but the 
HudiCaralog use doAs(user,sql(mySql)). 
   Which is the right way???
   
   @pan3793 could you give some advice


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