jackye1995 edited a comment on pull request #2963: URL: https://github.com/apache/iceberg/pull/2963#issuecomment-898209403
@cobookman The new resolution strategy is the following: - if `write.object-storage.path` is set, use it - if not found, fallback to `write.folder-storage.path` - if not found, use `<tableLocation>/data` I think you are testing using an older version. I have added some more tests in Spark SQL, in case you want some examples: https://github.com/apache/iceberg/pull/2966/files -- 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]
