JoyJoyJo commented on code in PR #12758:
URL: https://github.com/apache/hudi/pull/12758#discussion_r1938909394
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/clustering/run/strategy/SparkConsistentBucketClusteringExecutionStrategy.java:
##########
@@ -80,7 +81,7 @@ public HoodieData<WriteStatus>
performClusteringWithRecordsAsRow(Dataset<Row> in
Dataset<Row> repartitionedRecords =
partitioner.repartitionRecords(inputRecords, numOutputGroups);
return HoodieDatasetBulkInsertHelper.bulkInsert(repartitionedRecords,
instantTime, getHoodieTable(), newConfig,
- partitioner.arePartitionRecordsSorted(), shouldPreserveHoodieMetadata);
+ partitioner.arePartitionRecordsSorted(), shouldPreserveHoodieMetadata,
WriteOperationType.CLUSTER);
Review Comment:
It does not happen in other table service except clustering as row.
--
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]