You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/12 21:12:20 UTC

[GitHub] [incubator-hudi] bvaradar commented on a change in pull request #1495: [HUDI-770] Organize upsert/insert API implementation under a single package

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_r407252820
 
 

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

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


With regards,
Apache Git Services