JingsongLi commented on code in PR #5928:
URL: https://github.com/apache/paimon/pull/5928#discussion_r2218148255


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -680,6 +680,32 @@ public InlineElement getDescription() {
                                     + "size is 1% smaller than the next sorted 
run's size, then include next sorted run "
                                     + "into this candidate set.");
 
+    public static final ConfigOption<Integer> OFFPEAK_START_HOUR =
+            key("offpeak.start.hour")
+                    .intType()
+                    .defaultValue(-1)
+                    .withDescription(
+                            "The start of off-peak hours, expressed as an 
integer between 0 and 23, inclusive"
+                                    + " Set to -1 to disable off-peak");
+
+    public static final ConfigOption<Integer> OFFPEAK_END_HOUR =
+            key("offpeak.end.hour")

Review Comment:
   Add `compaction.`



##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -680,6 +680,32 @@ public InlineElement getDescription() {
                                     + "size is 1% smaller than the next sorted 
run's size, then include next sorted run "
                                     + "into this candidate set.");
 
+    public static final ConfigOption<Integer> OFFPEAK_START_HOUR =
+            key("offpeak.start.hour")

Review Comment:
   Add `compaction.`



-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to