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/[email protected]".
   
   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: [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