danny0405 commented on code in PR #13307:
URL: https://github.com/apache/hudi/pull/13307#discussion_r2122589702


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -1649,4 +1654,15 @@ private InternalSchema 
getInternalSchema(TableSchemaResolver schemaUtil) {
       }
     });
   }
+
+  /**
+   * No-op WriteStatusHandler callback. We will return true w/o doing any 
processing from the callback.
+   */
+  public static class NoOpWriteStatusHandlerCallback implements 
WriteStatusHandlerCallback {

Review Comment:
   can we just make it optional and get rid of this dummy class.



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