Zouxxyy commented on code in PR #6556:
URL: https://github.com/apache/paimon/pull/6556#discussion_r2508855330
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -3145,6 +3151,10 @@ public boolean formatTablePartitionOnlyValueInPath() {
return options.get(FORMAT_TABLE_PARTITION_ONLY_VALUE_IN_PATH);
}
+ public long formatTableSplitMaxSize() {
+ return options.get(FORMAT_TABLE_SPLIT_MAX_BYTES).getBytes();
Review Comment:
Why not just use `source.split.target-size`, instead of introduce a new conf
--
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]