You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Rajesh Mahindra (Jira)" <ji...@apache.org> on 2022/04/21 16:36:00 UTC

[jira] [Assigned] (HUDI-3941) Add extrametadata and commitActiontype to write callback

     [ https://issues.apache.org/jira/browse/HUDI-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajesh Mahindra reassigned HUDI-3941:
-------------------------------------

    Assignee: sivabalan narayanan

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