JingsongLi commented on code in PR #9548:
URL: https://github.com/apache/paimon/pull/9548#discussion_r3925423026
##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -1655,6 +1637,19 @@ public String toString() {
"Only used to force TableScan to construct
suitable 'StartingUpScanner' and 'FollowUpScanner' "
+ "dedicated internal streaming scan.");
+ public static final ConfigOption<CompactionInitialScanMode>
COMPACTION_INITIAL_SCAN_MODE =
+ key("compaction.initial-scan-mode")
Review Comment:
it is for `ContinuousCompactorStartingScanner`, I think the name should be
related to continuous.
--
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]