zhouyifan279 opened a new pull request, #6955: URL: https://github.com/apache/iceberg/pull/6955
In #6324, [HiveCatalog] was changed to use UGI current user as the default owner of Hive db&tbl. The owner name was from `UserGroupInformation#getUserName`, was the full name of a kerberos principal, eg. "foo/d...@apache.org". However, in Spark & Hive, owner name is set to `UserGroupInformation#getShortName`, eg. "foo". Refs: - https://issues.apache.org/jira/browse/SPARK-26929 - https://issues.apache.org/jira/browse/HIVE-3807 -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org