zhangyue19921010 commented on a change in pull request #4346:
URL: https://github.com/apache/hudi/pull/4346#discussion_r780966000



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java
##########
@@ -70,6 +70,12 @@
       .sinceVersion("0.7.0")
       .withDocumentation("Files smaller than the size specified here are 
candidates for clustering");
 
+  public static final ConfigProperty<String> PARTITION_REGEX_PATTERN = 
ConfigProperty
+      .key(CLUSTERING_STRATEGY_PARAM_PREFIX + 
"cluster.partition.regex.pattern")

Review comment:
       Changed. 




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