LadyForest commented on code in PR #138:
URL: https://github.com/apache/flink-table-store/pull/138#discussion_r892149226


##########
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/TableStoreFactoryOptions.java:
##########
@@ -47,15 +47,20 @@ public class TableStoreFactoryOptions {
                                     + "of a partition/table.");
 
     @Internal
-    public static final ConfigOption<String> COMPACTION_SCANNED_MANIFEST =
-            ConfigOptions.key("compaction.scanned-manifest")
+    public static final ConfigOption<Boolean> COMPACTION_MANUAL_TRIGGERED =
+            ConfigOptions.key("compaction.manual-triggered")
+                    .booleanType()
+                    .defaultValue(false)
+                    .withDescription(
+                            "An internal flag to indicate a manual triggered 
non-rescale bucket compaction.");

Review Comment:
   An internal flag to indicate a manual triggered compaction job



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