bvaradar commented on a change in pull request #1495: [HUDI-770] Organize 
upsert/insert API implementation under a single package
URL: https://github.com/apache/incubator-hudi/pull/1495#discussion_r407320570
 
 

 ##########
 File path: 
hudi-common/src/main/java/org/apache/hudi/common/model/WriteOperationType.java
 ##########
 @@ -69,4 +69,8 @@ public static WriteOperationType fromValue(String value) {
         throw new HoodieException("Invalid value of Type.");
     }
   }
+
+  public static boolean isUpsert(WriteOperationType operationType) {
 
 Review comment:
   Renamed to isChangingRecords. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to