Skip to content

Persist record merging implementation classes to table config #17299

Description

@hudi-bot

For CUSTOM merge mode, the list of record merging implementation classes is required for the record merging to work.  Persisting it to the table config makes it easier for query engines to know which one to use, without passing additional config.

JIRA info


Comments

05/Dec/24 11:47;vinoth;Why do we need this. Can't we discover this from the merge strategy uuid;;;


05/Dec/24 18:42;yihua;User still needs to "register" the custom merger implementation added by the user so the Hudi knows which merger classes to look up based on the merge strategy UUID.  The problem to be solved here is for the user to be able to query the table without providing an extra config of merge implementation class (which should be added in the table config), by simply adding the jar containing the merger implementation class.;;;

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions