apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.45k stars 2.43k forks source link

[HUDI-8459][WIP] Fix secondary index record merging #12200

Closed codope closed 2 weeks ago

codope commented 2 weeks ago

Change Logs

Fixing secondary index merging. Added anew HoodieMergeKey API, which is part of HoodieRecord.

Impact

Fix secondary index record merging.

Risk level (write none, low medium or high below)

medium

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".

Contributor's checklist

codope commented 2 weeks ago

Closing it in favor of #12214 as the payload has changed.