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



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
##########
@@ -455,6 +459,12 @@ public void refreshTimeline() throws IOException {
       case BULK_INSERT:
         writeStatusRDD = writeClient.bulkInsert(records, instantTime);
         break;
+      case INSERT_OVERWRITE:
+        writeStatusRDD = writeClient.insertOverwrite(records, 
instantTime).getWriteStatuses();
+        break;
+      case INSERT_OVERWRITE_TABLE:

Review comment:
       created the following tasks for `delete_partition` support in 
deltaStreamer
   https://issues.apache.org/jira/browse/HUDI-2189
   




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