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 2019/11/12 14:48:23 UTC

[GitHub] [incubator-hudi] nsivabalan commented on a change in pull request #1004: [WIP] [HUDI-15] Adding delete api to HoodieWriteClient

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

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/HoodieWriteClient.java
 ##########
 @@ -325,6 +326,31 @@ public static SparkConf registerClasses(SparkConf conf) {
     }
   }
 
+  /**
+   * Deletes a bunch of keys from the Hoodie table, at the supplied commitTime
 
 Review comment:
   I followed upsert doc ;) 
   /** Upserts a bunch of new records into the Hoodie table, at the supplied commitTime */ 
   Anyways, will fix it.
   
   

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