nsivabalan commented on a change in pull request #4485:
URL: https://github.com/apache/hudi/pull/4485#discussion_r780253945



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java
##########
@@ -471,6 +468,22 @@ public void refreshTimeline() throws IOException {
     }).filter(Option::isPresent).findFirst().orElse(Option.empty());
   }
 
+  protected Option<HoodieCommitMetadata> 
getLatestCommitMetadataWithValidCheckpointInfo(HoodieTimeline timeline) throws 
IOException {

Review comment:
       there are two keys used by the caller. CHECKPOINT_KEY and 
CEHCKPOINT_RESET_KEY. So, had to return commit metadata. 




-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to