Sagar Sumit created HUDI-8702:
---------------------------------
Summary: Correctly set the merge strategy id table config if
payload class or merge mode is updated
Key: HUDI-8702
URL: https://issues.apache.org/jira/browse/HUDI-8702
Project: Apache Hudi
Issue Type: Task
Reporter: Sagar Sumit
Fix For: 1.0.1
# Create a table, such as the one in quickstart, with default configurations.
The table config will have DefaultHoodieRecordPayload as payload class and
EVENT_TIME_ORDERING as merge mode, and merge strategy id isĀ
DEFAULT_MERGE_STRATEGY_UUID
# Then use hudi-cli to update the merge mode to COMMIT_TIME_ORDERING and
payload class to OverwriteWithLatestPayload using `table update-configs`
command. This will set the thw two configs but not update the merge strategy
id. Given that merge strategy id is an internal implementation detail, it
should be set automatically depending on merge mode and payload class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)