nsivabalan commented on code in PR #13649:
URL: https://github.com/apache/hudi/pull/13649#discussion_r2244040503
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/BaseSparkCommitActionExecutor.java:
##########
@@ -167,6 +167,11 @@ public HoodieWriteMetadata<HoodieData<WriteStatus>>
execute(HoodieData<HoodieRec
@Override
public HoodieWriteMetadata<HoodieData<WriteStatus>>
execute(HoodieData<HoodieRecord<T>> inputRecords, Option<HoodieTimer>
sourceReadAndIndexTimer) {
+ int coalesceParallelism =
config.getMetadataConfig().getWriteStatusCoalesceParallelism();
Review Comment:
actually, lets not add this fix here.
lets move this to HoodieBackedTableMetadatawriter.commitInternal() just
before calling writeclient.upsertPreppred(...)
--
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]