pvary commented on issue #1617:
URL: https://github.com/apache/iceberg/issues/1617#issuecomment-869020125


   @rdblue: We would like to use relative path for replication of the Iceberg 
tables between on-prem Hive instances, or moving on-prem Iceberg tables to the 
cloud and sometimes even moving data from the cloud to on-prem.
   
   While we can do this by rewriting the manifest and snapshot files, it would 
be much easier to synchronize only the files themselves and update the 
metadata_location / previous_metadata_location for the target table and be done 
with it.
   
   Because of the use-cases above it would be useful to have relative paths in 
the Iceberg metadata for Metastore tables as well, and the absolute path could 
be generated using the Metastore table location. Maybe even the 
`metadata_location` / `previous_metadata_location` could be generated this way, 
so the tables on both end of the replication could have the same data and 
metadata too.


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