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 2021/09/10 00:39:13 UTC

[GitHub] [iceberg] flyrain commented on pull request #3094: Core: Consolidate write.folder-storage.path and write.object-storage.path to write.data.path

flyrain commented on pull request #3094:
URL: https://github.com/apache/iceberg/pull/3094#issuecomment-916539628


   > Clarifying for my own understanding, but if user enables object-storage location provider and _doesnt_ set any of these paths, what happens?
   > 
   > Like in this case, does the data file still get the hash? And if so, where is it placed? `table.location() + "/data" + <hash>`? 
   
   This PR doesn't change the behavior of object storage location provider. It will fall back to `table.location() + "/data"` if no config is set.
   


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