amrishlal commented on code in PR #8978:
URL: https://github.com/apache/hudi/pull/8978#discussion_r1239018220
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/HoodieSparkMergeOnReadTable.java:
##########
@@ -105,6 +106,11 @@ public HoodieWriteMetadata<HoodieData<WriteStatus>>
delete(HoodieEngineContext c
return new
SparkDeleteDeltaCommitActionExecutor<>((HoodieSparkEngineContext) context,
config, this, instantTime, keys).execute();
}
+ @Override
+ public HoodieWriteMetadata<HoodieData<WriteStatus>>
deletePrepped(HoodieEngineContext context, String instantTime,
HoodieData<HoodieRecord<T>> preppedRecords) {
Review Comment:
Added back `deletePrepped` and `SparkDeletePreppedCommitActionExecutor` as
`TestSqlStatement` started failing for MOR table.
--
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]