You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/09 13:18:57 UTC

[GitHub] [iceberg] gaborkaszab commented on pull request #6324: Make UGI current user the default owner of Hive db&tbl

gaborkaszab commented on PR #6324:
URL: https://github.com/apache/iceberg/pull/6324#issuecomment-1344302142

   > Hey folks, comments from last round of review all taken and implemented.
   > 
   > Specifically, on one comment: @gaborkaszab @szehon-ho I removed support for changing ownership for tables from this PR. But before I committed to create a follow up PR on that, I want to double check and make sure if you guys feel these worth implementing (which are something we do not have today):
   > 
   > 1. When user remove ownership on a table, revert the owner of the table to default owner (current UGI)
   > 2. When user alter the ownership on a table, change the owner of table accordingly
   
   I think it does make sense to have a support for altering ownership. Impala has "ALTER TABLE xy SET OWNER" for this purpose, and I guess Hive also has something similar.
   Yes, the use-cases 1) and 2) you mention make sense for me.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org