kazdy opened a new pull request, #8047: URL: https://github.com/apache/hudi/pull/8047
### Change Logs Align with Flink behaviour, since precombine is now optional in Spark let users do updates on Hudi table where precombine field is not defined. fixes #7282 This PR can be merged after #7998 is done as it depends on this fix to work. ### Impact _Describe any public API or user-facing feature change or any performance impact._ ### Risk level (write none, low medium or high below) Low, current tests passed, added tests to cover this new functionality. ### Documentation Update _Describe any necessary documentation update if there is any new feature, config, or user-facing change_ Spark quick start guide should be updated, updates/ upserts are possible now on CoW without PreCombine filed out of the box with no additional configuration provided by the user. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
