You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/02/01 02:06:00 UTC

[jira] [Created] (HUDI-3351) Rebase Record combining semantic into `HoodieRecordCombiningEngine`

Alexey Kudinkin created HUDI-3351:
-------------------------------------

             Summary: Rebase Record combining semantic into `HoodieRecordCombiningEngine`
                 Key: HUDI-3351
                 URL: https://issues.apache.org/jira/browse/HUDI-3351
             Project: Apache Hudi
          Issue Type: Task
            Reporter: Alexey Kudinkin


Extract Record Combining (Merge) API from `HoodieRecordPayload` into a standalone, stateless component – `HoodieRecordCombiningEngine`.

 

Such component will be
1. Abstracted as stateless object providing API to combine records (according to predefined semantics) for engines (Spark, Flink) of interest
2. Plug-in point for user-defined combination semantics



--
This message was sent by Atlassian Jira
(v8.20.1#820001)