Samrat002 commented on a change in pull request #3158:
URL: https://github.com/apache/hudi/pull/3158#discussion_r659511593



##########
File path: 
hudi-client/hudi-java-client/src/main/java/org/apache/hudi/client/HoodieJavaWriteClient.java
##########
@@ -140,6 +140,19 @@ public boolean commit(String instantTime,
     return postWrite(result, instantTime, table);
   }
 
+  @Override
+  public List<WriteStatus> insertOverwrite(List<HoodieRecord<T>> records, 
String instantTime) {

Review comment:
       yes , it should be enough , I will remove this change 




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