leesf commented on code in PR #9199:
URL: https://github.com/apache/hudi/pull/9199#discussion_r1276987981
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/clustering/run/strategy/SparkConsistentBucketClusteringExecutionStrategy.java:
##########
@@ -79,15 +94,19 @@ public HoodieData<WriteStatus>
performClusteringWithRecordsRDD(HoodieData<Hoodie
HoodieWriteConfig newConfig =
HoodieWriteConfig.newBuilder().withProps(props).build();
RDDConsistentBucketBulkInsertPartitioner<T> partitioner = new
RDDConsistentBucketBulkInsertPartitioner<>(getHoodieTable(), strategyParams,
preserveHoodieMetadata);
+ addHashingChildNodes(partitioner, extraMetadata);
Review Comment:
I am a little confused by the name between
ConsistentHashingBucketInsertPartitioner#addHashingChildrenNodes
--
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]