vinothchandar commented on a change in pull request #1206: [HUDI-322] 
DeltaSteamer should pick checkpoints off only deltacommits…
URL: https://github.com/apache/incubator-hudi/pull/1206#discussion_r365561070
 
 

 ##########
 File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
 ##########
 @@ -378,7 +387,7 @@ private void refreshTimeline() throws IOException {
 
         // Schedule compaction if needed
         if (cfg.isAsyncCompactionEnabled()) {
-          scheduledCompactionInstant = 
writeClient.scheduleCompaction(Option.of(checkpointCommitMetadata));
+          scheduledCompactionInstant = 
writeClient.scheduleCompaction(Option.empty());
 
 Review comment:
   Seems this was being done so that when compaction is run inline (default), 
we would get the checkpoints? 

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