nsivabalan commented on code in PR #13236:
URL: https://github.com/apache/hudi/pull/13236#discussion_r2071319200


##########
hudi-spark-datasource/hudi-spark-common/src/main/java/org/apache/hudi/DataSourceUtils.java:
##########
@@ -343,4 +347,40 @@ public static JavaRDD<HoodieRecord> 
resolveDuplicates(JavaSparkContext jssc,
     return handleDuplicates(
         new HoodieSparkEngineContext(jssc), incomingHoodieRecords, 
writeConfig, failOnDuplicates);
   }
+
+  static class SparkDataSourceWriteStatusHandlerCallback implements 
WriteStatusHandlerCallback {

Review Comment:
   spark data source writes' WriteStatusHandlerCallback



-- 
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]

Reply via email to