Rajesh Mahindra created HUDI-3941:
-------------------------------------

             Summary: Add extrametadata and commitActiontype to write callback
                 Key: HUDI-3941
                 URL: https://issues.apache.org/jira/browse/HUDI-3941
             Project: Apache Hudi
          Issue Type: Sub-task
            Reporter: Rajesh Mahindra


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}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to