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