codope opened a new pull request, #6681:
URL: https://github.com/apache/hudi/pull/6681

   ### Change Logs
   
   Record key field is mandatory, so this PR removed the default value for that 
field. This is not backwards compatible. Most users set the record key, but if 
some user relied on `uuid` (current default value) as record key, then they 
need to set it explicitly using `hoodie.datasource.write.recordkey.field`.
   
   ### Impact
   
   No public API change or performance impact. But, it needs to be called out 
in the release notes. Created HUDI-4849 to track doc changes.
   
   **Risk level: none | low | medium | high**
   
   High.
   
   ### 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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to