hudi-bot opened a new issue, #17336:
URL: https://github.com/apache/hudi/issues/17336
# 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.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-8702
- Type: Sub-task
- Parent: https://issues.apache.org/jira/browse/HUDI-9106
- Fix version(s):
- 1.1.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]