Fokko commented on code in PR #12315: URL: https://github.com/apache/iceberg/pull/12315#discussion_r1961290842
########## docs/docs/aws.md: ########## @@ -385,6 +385,7 @@ Note, the path resolution logic for `ObjectStoreLocationProvider` is `write.data However, for the older versions up to 0.12.0, the logic is as follows: - before 0.12.0, `write.object-storage.path` must be set. - at 0.12.0, `write.object-storage.path` then `write.folder-storage.path` then `<tableLocation>/data`. +- at 2.0.0 `write.object-storage.path` and `write.folder-storage.path` will be removed Review Comment: This also confused me, but the trick is on line 384 (that just falls of in this diff: > Note, the path resolution logic for `ObjectStoreLocationProvider` is `write.data.path` then `<tableLocation>/data`. -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org