JingsongLi commented on code in PR #7354:
URL: https://github.com/apache/paimon/pull/7354#discussion_r2903380459
##########
paimon-core/src/main/java/org/apache/paimon/table/source/DataEvolutionSplitGenerator.java:
##########
@@ -34,12 +35,17 @@ public class DataEvolutionSplitGenerator implements
SplitGenerator {
private final long targetSplitSize;
private final long openFileCost;
private final boolean countBlobSize;
+ private final boolean forceSplitRowRangeContigous;
public DataEvolutionSplitGenerator(
- long targetSplitSize, long openFileCost, boolean countBlobSize) {
+ long targetSplitSize,
+ long openFileCost,
+ boolean countBlobSize,
+ boolean forceSplitRowRangeContigous) {
Review Comment:
Do not add this option, just modify btree builder.
--
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]