Core: Fix a typo in the comment - #17503
Merged
Merged
Conversation
ebyhr
approved these changes
Aug 4, 2026
dramaticlly
approved these changes
Aug 4, 2026
| 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 |
Contributor
There was a problem hiding this comment.
Looks like the current documentation is simpler, we can probably get rid of it entirely as code to use is self-explanatory.
iceberg/docs/docs/configuration.md
Line 88 in 58d5c37
uros-b
approved these changes
Aug 4, 2026
kevinjqliu
approved these changes
Aug 4, 2026
kevinjqliu
left a comment
Contributor
There was a problem hiding this comment.
LGTM
From the original PR:
ea5da17#diff-6f2156400fa35debca4830447335d157ae330b05011d6037f6c4cde725b2add7R130-R134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In
ObjectStoreLocationProvider, the property is used to include partition paths instead of excluding them.