JingsongLi commented on code in PR #7020:
URL: https://github.com/apache/paimon/pull/7020#discussion_r2684907070
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -655,6 +655,16 @@ public InlineElement getDescription() {
"Target size of a blob file.
Default is value of TARGET_FILE_SIZE.")
.build());
+ public static final ConfigOption<Boolean>
BLOB_FILE_SIZE_COUNT_IN_SPLITTING =
+ key("blob.file-size-count-in-splitting")
Review Comment:
blob.split-by-file-size
--
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]