danny0405 commented on code in PR #11958:
URL: https://github.com/apache/hudi/pull/11958#discussion_r1766117210


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java:
##########
@@ -155,6 +155,13 @@ public class HoodieCompactionConfig extends HoodieConfig {
       .withDocumentation("Used by 
org.apache.hudi.io.compact.strategy.DayBasedCompactionStrategy to denote the 
number of "
           + "latest partitions to compact during a compaction run.");
 
+  public static final ConfigProperty<String> 
COMPACTION_SPECIFY_PARTITION_PATH_REGEX = ConfigProperty
+      .key("hoodie.compaction.partition.path.regex")

Review Comment:
   Do we still need this configuration?



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