nsivabalan commented on issue #3603:
URL: https://github.com/apache/hudi/issues/3603#issuecomment-931267143


   I do see from code that we do add entry to extra metadata as below
   ```
   HashMap<String, String> checkpointCommitMetadata = new HashMap<>();
         checkpointCommitMetadata.put(CHECKPOINT_KEY, checkpointStr);
         if (cfg.checkpoint != null) {
           checkpointCommitMetadata.put(CHECKPOINT_RESET_KEY, cfg.checkpoint);
         }
   ```
   
   Can you enable logs and see whats the checkpointStr after reading from 
source. may be its null w/ SqlSource in this case. 
   Also, have you set --commit-on-errors config in deltastreamer by any chance? 


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