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: [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]
