yihua commented on code in PR #7159:
URL: https://github.com/apache/hudi/pull/7159#discussion_r1155072822
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java:
##########
@@ -182,6 +182,12 @@ public class HoodieClusteringConfig extends HoodieConfig {
.sinceVersion("0.7.0")
.withDocumentation("Each group can produce 'N'
(CLUSTERING_MAX_GROUP_SIZE/CLUSTERING_TARGET_FILE_SIZE) output file groups");
+ public static final ConfigProperty<Boolean>
PLAN_STRATEGY_SINGLE_GROUP_CLUSTERING_ENABLED = ConfigProperty
+ .key(CLUSTERING_STRATEGY_PARAM_PREFIX +
".single.group.clustering.enabled")
Review Comment:
Looks like there's a miss for the naming:
`hoodie.clustering.plan.strategy..single.group.cluster.enabled`. Here's the
fix: #8347.
--
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]