bvaradar commented on a change in pull request #1004: [HUDI-328] Adding delete 
api to HoodieWriteClient
URL: https://github.com/apache/incubator-hudi/pull/1004#discussion_r348494772
 
 

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
 ##########
 @@ -1345,4 +1423,13 @@ private void updateMetadataAndRollingStats(String 
actionType, HoodieCommitMetada
     }
   }
 
+  /**
+   * Refers to different operation types
+   */
+  enum OperationType {
 
 Review comment:
   Can you also add the prepped variants of insert/upsert/bulk-insert to 
uniquely identify each public API that caused the commit ?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to