wombatu-kun commented on code in PR #19137:
URL: https://github.com/apache/hudi/pull/19137#discussion_r3510873767


##########
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:
   New user-facing config, but the PR's "Documentation Update" section says 
"none". The Hudi PR template requires the config description to be updated when 
configs are added. The in-code withDocumentation here already feeds the 
auto-generated config reference. Do not forget to open a follow-up PR against 
the Hudi website (asf-site) to add this config's 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]

Reply via email to