hudi-bot opened a new issue, #15139:
URL: https://github.com/apache/hudi/issues/15139

   It would be good to add 2 more fields to the write commit callback. 
HoodieDeltastreamer uses extraMetadata to store the checkpoints, and its useful 
to get this info from the callback to get the checkpoints after a commit is 
written.
   {code:java}
   public HoodieWriteCommitCallbackMessage(String commitTime,                   
                       String tableName,                                        
   String basePath,                                          
List<HoodieWriteStat> hoodieWriteStat,                                          
Option<String> commitActionType,                                          
Option<Map<String, String>> extraMetadata) {code}
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-3941
   - Type: New Feature
   - Epic: https://issues.apache.org/jira/browse/HUDI-1385
   
   
   ---
   
   
   ## Comments
   
   21/Apr/22 16:35;rmahindra;[~shivnarayan] i have a local PR for this, feel 
free to re-assign, or ping me when you plan to work on this. thanks;;;


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