nsivabalan commented on code in PR #9625:
URL: https://github.com/apache/hudi/pull/9625#discussion_r1396445022
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/clustering/run/strategy/MultipleSparkJobExecutionStrategy.java:
##########
@@ -116,7 +116,7 @@ public HoodieWriteMetadata<HoodieData<WriteStatus>>
performClustering(final Hood
Stream<HoodieData<WriteStatus>> writeStatusesStream = FutureUtils.allOf(
clusteringPlan.getInputGroups().stream()
.map(inputGroup -> {
- if
(getWriteConfig().getBooleanOrDefault("hoodie.datasource.write.row.writer.enable",
false)) {
Review Comment:
@yihua : this was intentionally kept it as false (default value).
So only if user explicitly enabled row writer, we will enable row writer w/
clustering.
--
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]