nsivabalan commented on code in PR #13295:
URL: https://github.com/apache/hudi/pull/13295#discussion_r2103914572
##########
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:
yeah. again was in a dilemma. we have just this one additional API for
metadata table purpose and no more. I was not albe to convince myself to
introduce HoodieSparkMergeOnReadMetadataTable
--
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]