smaheshwar-pltr commented on code in PR #1509: URL: https://github.com/apache/iceberg-python/pull/1509#discussion_r1912296178
########## pyiceberg/table/__init__.py: ########## @@ -190,7 +190,7 @@ class TableProperties: WRITE_PY_LOCATION_PROVIDER_IMPL = "write.py-location-provider.impl" OBJECT_STORE_ENABLED = "write.object-storage.enabled" - OBJECT_STORE_ENABLED_DEFAULT = False + OBJECT_STORE_ENABLED_DEFAULT = True # Differs from the Java implementation Review Comment: Sounds good! I'll remove for now. Then we can add all the new location-relevant write options introduced in #1452 when we address https://github.com/apache/iceberg-python/issues/1510 together with the other docs? -- 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