nsivabalan commented on code in PR #17550:
URL: https://github.com/apache/hudi/pull/17550#discussion_r2779997367


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java:
##########
@@ -201,6 +201,30 @@ public class HoodieCleanConfig extends HoodieConfig {
           + "table receives updates/deletes. Another reason to turn this on, 
would be to ensure data residing in bootstrap "
           + "base files are also physically deleted, to comply with data 
privacy enforcement processes.");
 
+  private static final String CLEANER_PARTITION_FILTER_REGEX_KEY = 
"hoodie.clean.partition.filter.regex";

Review Comment:
   lets ensure we align the naming. 
   `CLEAN_PARTITION_FILTER_REGEX_KEY` 
   
   we can still have the alternatives w/ "cleaner". but the main config key is 
named as "hoodie.clean.partition.filter.regex". So, lets name the Config 
property accordingly.



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