TheR1sing3un commented on code in PR #11958:
URL: https://github.com/apache/hudi/pull/11958#discussion_r1766135079
##########
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:
Yes. User can pass the regex for partition path.
--
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]