Askwang commented on code in PR #11169:
URL: https://github.com/apache/hudi/pull/11169#discussion_r1593385891


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/strategy/DayBasedCompactionStrategy.java:
##########
@@ -60,6 +62,17 @@ public Comparator<String> getComparator() {
     return comparator;
   }
 
+  @Override
+  public List<HoodieCompactionOperation> orderAndFilter(HoodieWriteConfig 
writeConfig,

Review Comment:
   It's ok if `512G` is regarded as the maximum value. I fix it.



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