kazdy opened a new pull request, #9277: URL: https://github.com/apache/hudi/pull/9277
### Change Logs Support SQL update for no-precombine field tables, improves user experience and makes it easier to start with Hudi, this is now (current master, 0.14) supported in MERGE INTO and upsert can also skip to "combine" records, if user does not want to define pcf field, lets allow them to do sql updates out of the box, we do not expect duplicates here anyways. ### Impact Changes behaviour of SQL Update command in spark, now users can update records in tables where no precombine field is specified. For MOR tables with no precombine fields throws an error since MOR requires precombine field. ### Risk level (write none, low medium or high below) Low ### Documentation Update Need to update Spark quickstart, to note non-pcf sql updates are supported for CoW. ### 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]
