the-other-tim-brown commented on code in PR #13165:
URL: https://github.com/apache/hudi/pull/13165#discussion_r2050721376


##########
hudi-client/hudi-java-client/src/main/java/org/apache/hudi/table/action/deltacommit/BaseJavaDeltaCommitActionExecutor.java:
##########
@@ -69,4 +82,15 @@ public Iterator<List<WriteStatus>> handleUpdate(String 
partitionPath, String fil
       return Collections.singletonList(appendHandle.close()).iterator();
     }
   }
+
+  @Override
+  public Iterator<List<WriteStatus>> handleInsert(String idPfx, 
Iterator<HoodieRecord<T>> recordItr) {

Review Comment:
   This is matching the variable naming used in the interface



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