wwj6591812 commented on code in PR #5766:
URL: https://github.com/apache/paimon/pull/5766#discussion_r2156786029


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2455,6 +2465,11 @@ public int partitionExpireMaxNum() {
         return options.get(PARTITION_EXPIRATION_MAX_NUM);
     }
 
+    @Nullable
+    public Integer partitionExpireBatchSize() {
+        return options.get(PARTITION_EXPIRATION_BATCH_SIZE);
+    }
+

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

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

Reply via email to