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/07/09 11:48:36 UTC

[GitHub] [iceberg] yabola commented on issue #5163: Support catalog method to set table metadata

yabola commented on issue #5163:
URL: https://github.com/apache/iceberg/issues/5163#issuecomment-1179530088

   @szehon-ho @RussellSpitzer 
   I also have a strong need to call register table on the same table to update meta location.
   My background:
   We write using hadoop catalog, but need to read from hive catalog for special reasons (for example, we need to create a hive view to read table, hadoop catalog can't create hive view). Hive is read only here.
   But in order to update the metadata, we need to update the meta location information regularly.
   
   I took a rough look at the current implementation. I think if the register table is to implement the update mechanism, it is better not to call the `BaseMetastoreTableOperations#commit` method here. Because register table is similar to the mirror reading of the table, there should be no modification operation, but there is modification in the commit method.
   
   I would like to complete this update function if possible. Thanks!
   


-- 
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