[ https://issues.apache.org/jira/browse/HUDI-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525836#comment-17525836 ]
Rajesh Mahindra commented on HUDI-3941: --------------------------------------- [~shivnarayan] i have a local PR for this, feel free to re-assign, or ping me when you plan to work on this. thanks > 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 > Assignee: sivabalan narayanan > Priority: Major > > 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)