JingsongLi commented on code in PR #8904:
URL: https://github.com/apache/paimon/pull/8904#discussion_r3672666930


##########
paimon-core/src/main/java/org/apache/paimon/append/dataevolution/DataEvolutionRowIdAssignmentPlanner.java:
##########
@@ -65,8 +70,13 @@
  */
 final class DataEvolutionRowIdAssignmentPlanner {
 
+    private static final Logger LOG =
+            LoggerFactory.getLogger(DataEvolutionRowIdAssignmentPlanner.class);
     private static final int EXCLUDED_PARTITION_CACHE_SIZE = 1024;
     private static final int MAX_INITIAL_LIVE_FILE_RANGES = 1 << 24;
+    private static final String SKIP_CONTIGUOUS_ROW_COUNT =
+            "data-evolution.reassign.skip-contiguous-row-count";

Review Comment:
   Add it to CoreOptions.



-- 
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]

Reply via email to