tsreaper commented on code in PR #259:
URL: https://github.com/apache/flink-table-store/pull/259#discussion_r935260471


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/CoreOptions.java:
##########
@@ -191,7 +191,7 @@ public class CoreOptions implements Serializable {
     public static final ConfigOption<Integer> NUM_SORTED_RUNS_STOP_TRIGGER =
             ConfigOptions.key("num-sorted-run.stop-trigger")
                     .intType()
-                    .defaultValue(10)
+                    .noDefaultValue()
                     .withDescription(
                             "The number of sorted runs that trigger the 
stopping of writes.");

Review Comment:
   State that the default value equals to `numSortedRunCompactionTrigger + 1`.



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