hudi-bot opened a new issue, #14955: URL: https://github.com/apache/hudi/issues/14955
## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-3291 - Type: Improvement - Epic: https://issues.apache.org/jira/browse/HUDI-3217 --- ## Comments 28/Mar/22 21:39;shivnarayan;preCombine field is not mandatory field for hudi in general. There are users who are using just for immutable data and so preCombine field will not be present in tableConfig. So, we don't have a easy way to flip to default hoodie record payload since that requires the preCombine field to be set. We need to visit this in 0.12 to see if we need to fallback to other payload impl on the read path if preCombine field is not set. ;;; -- 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]
