dramaticlly commented on code in PR #17503:
URL: https://github.com/apache/iceberg/pull/17503#discussion_r3708590754
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -289,7 +289,7 @@ private TableProperties() {}
public static final String OBJECT_STORE_ENABLED =
"write.object-storage.enabled";
public static final boolean OBJECT_STORE_ENABLED_DEFAULT = false;
- // Excludes the partition values in the path when set to true and object
store is enabled
+ // Includes the partition values in the path when set to true and object
store is enabled
Review Comment:
Looks like the current documentation is simpler, we can probably get rid of
it entirely as code to use is self-explanatory.
https://github.com/apache/iceberg/blob/58d5c3704f1ea55a38383d10e2bfbb947d968b3f/docs/docs/configuration.md?plain=1#L88
--
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]