nsivabalan commented on code in PR #13295:
URL: https://github.com/apache/hudi/pull/13295#discussion_r2105678781
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/HoodieSparkMergeOnReadTable.java:
##########
@@ -126,6 +128,14 @@ public HoodieWriteMetadata<HoodieData<WriteStatus>>
upsertPrepped(HoodieEngineCo
return new
SparkUpsertPreppedDeltaCommitActionExecutor<>((HoodieSparkEngineContext)
context, config, this, instantTime, preppedRecords).execute();
}
+ @Override
+ public HoodieWriteMetadata<HoodieData<WriteStatus>>
upsertPrepped(HoodieEngineContext context, String instantTime,
Review Comment:
Actually I am adding a new class called SparkRDDMetadataWriteClient and
moving
```
upsertPreppedRecords(JavaRDD<HoodieRecord<T>> preppedRecords, String
instantTime, Option<List<Pair<String, String>>> partitionFileIdPairsOpt) {
```
in there.
--
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]