rangareddy commented on issue #14955: URL: https://github.com/apache/hudi/issues/14955#issuecomment-4874790914
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This appears to be fixed by #10949 (commit 5519e9c13b, HUDI-6854) in HoodieTableConfig.java:280-281. HoodieTableConfig.getDefaultPayloadClassName() now returns DefaultHoodieRecordPayload.class.getName() (the pre-fix default was OverwriteWithLatestAvroPayload), fulfilling the ask of this issue. Note: the linked PR #4660 was closed unmerged (WIP/DO_NOT_MERGE); the default was flipped via #10949 instead. If you're still hitting this on a recent version, please reopen with repro steps. Closing as fixed. -- 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]
