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


   @pvary, I'm talking only about the metadata.json files. I agree that using 
relative paths for manifest lists, manifests, and data files is a good idea. 
But we keep the table location in the root metadata file and so it is difficult 
to make its location relative.
   
   I think we could do this for Hadoop tables by ignoring the location in 
metadata.json because it must match the table location. But Hadoop tables are 
mostly for testing and I don't recommend using them in practice. The bigger 
issue is how to track the table location for Hive or other metastore tables. In 
that case, I don't think it is unreasonable to use `updateLocation` to change 
the location of the table, but it is definitely inconvenient.


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