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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/BaseCommitActionExecutor.java:
##########
@@ -183,14 +184,26 @@ protected void 
runPrecommitValidators(HoodieWriteMetadata<O> writeMetadata) {
     throw new HoodieIOException("Precommit validation not implemented for all 
engines yet");
   }
 
-  protected void commitOnAutoCommit(HoodieWriteMetadata result) {
+  protected void runPrecommitValidation(HoodieWriteMetadata result) {

Review Comment:
   fixed it.



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