vinothchandar commented on a change in pull request #3312:
URL: https://github.com/apache/hudi/pull/3312#discussion_r707395396



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/AbstractHoodieWriteClient.java
##########
@@ -315,6 +315,17 @@ public void rollbackFailedBootstrap() {
    */
   public abstract O insert(I records, final String instantTime);
 
+  /**
+   * Insert the given Error HoodieRecords into the hudi error table
+   * <p>
+   * This API is intended to be used to write wrong records.

Review comment:
       error records? Let's Use consistent terms across PR ?




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