lirui-apache commented on pull request #16745: URL: https://github.com/apache/flink/pull/16745#issuecomment-897322459
> > > > wouldn't that trigger the issue first before you can create any tables? > > > > > > > > > no, HMS allows requests to get all information, and HMS does not check whether the request has permission on the table, but hive checks whether the request has the permission on the table. so i think fink support setting owner. > > > > > > Or do you mean you want to create hive table via flink, but use it in hive which has enabled SQL standard authorization? > > yes, flink creates table, and then other components read table through hive OK, and would you mind explain why UGI couldn't meet your needs? For example, why you have to run sql-client as one user, but create tables with another user as the owner? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org