JingsongLi commented on code in PR #216:
URL: https://github.com/apache/flink-table-store/pull/216#discussion_r923982350
##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/CoreOptions.java:
##########
@@ -429,6 +438,10 @@ public int maxFileNum() {
return options.get(COMPACTION_MAX_FILE_NUM);
}
+ public Integer maxSortedRunNum() {
+ return options.get(COMPACTION_MAX_SORTED_RUN_NUM);
+ }
+
public boolean enableChangelogFile() {
Review Comment:
Maybe we should set the default value of `numLevels` to
`numSortedRunStopTrigger`.
--
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]