Skip to content

Commit 756f1b0

Browse files
SteNicholasclaude
andcommitted
docs(blob): clarify blob.split-by-file-size fallback when unset
Align the doc comment with the Java side where BLOB_SPLIT_BY_FILE_SIZE uses noDefaultValue() and the fallback to the negation of BLOB_AS_DESCRIPTOR is handled in the getter. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent fa68cf4 commit 756f1b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/paimon/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct PAIMON_EXPORT Options {
119119
static const char BLOB_TARGET_FILE_SIZE[];
120120

121121
/// "blob.split-by-file-size" - Whether to consider blob file size as a factor when performing
122-
/// scan splitting. Default is the negation of BLOB_AS_DESCRIPTOR.
122+
/// scan splitting. When unset, defaults to the negation of BLOB_AS_DESCRIPTOR.
123123
static const char BLOB_SPLIT_BY_FILE_SIZE[];
124124

125125
/// "partition.default-name" - The default partition name in case the dynamic partition column

0 commit comments

Comments
 (0)