wangxianghu commented on code in PR #19137:
URL: https://github.com/apache/hudi/pull/19137#discussion_r3511320788
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieTTLConfig.java:
##########
@@ -84,6 +84,16 @@ public class HoodieTTLConfig extends HoodieConfig {
.sinceVersion("1.0.0")
.withDocumentation("max partitions to delete in partition ttl
management");
+ public static final ConfigProperty<Integer> STATS_MAX_PARALLELISM =
ConfigProperty
+ .key(PARTITION_TTL_STRATEGY_PARAM_PREFIX + "stats.max.parallelism")
Review Comment:
Thanks @wombatu-kun I didn't include it because there isn't any content
regarding TTL on the website yet, and I also found room for optimization in the
partition TTL implementation. Once I've finished optimizing it, I'll submit a
PR to add it to the official documentation.
--
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]