davidyuan1223 commented on PR #5590: URL: https://github.com/apache/kyuubi/pull/5590#issuecomment-1788467636
> The initial reason is that missing `database` field in RangerAccessRequest, and the admin user is granted on db-table-column `*-*-*` resource rules. > > <img alt="image" width="886" src="https://user-images.githubusercontent.com/1935105/279581627-bee6e6d4-68f1-4caf-a9a5-97f32246062b.png"> this is the logic plan about createTableAs, looks like it's plan have some problem ``` CreateTableAsSelect org.apache.paimon.spark.SparkCatalog@4a5f435b, paimon_ns.table2, [provider=PAIMON], true +- RelationV2[id#6, name#7, city#8] table1 ``` -- 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]
