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


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/FileStoreOptions.java:
##########
@@ -92,6 +92,17 @@ public class FileStoreOptions implements Serializable {
                             "The default partition name in case the dynamic 
partition"
                                     + " column value is null/empty string.");
 
+    public static final ConfigOption<Boolean> COMPACTION_RESCALE_BUCKET =
+            key("compact.rescale-bucket")

Review Comment:
   > `compaction.rescale-bucket`? There are some `compaction.xxx` in 
`MergeTreeOptions`.
   
   So your suggestion is to move this config key to `MergeTreeOptions`?



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