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.