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

   ### Change Logs
   
   - As of now, we expect users to set some of the mandatory fields in every 
write. For eg, record keys, partition path etc. These cannot change for a given 
table and gets serialized into table config. In this patch, we are adding 
support to re-use table configs. So, users can set these configs only in the 
first commit for a given table. Subsequent writes might re-use from table 
config if not explicitly set by the user. 
   
   ### Impact
   
   Improves user experience as users don't need to set N no of configs 
repeatedly. 
   
   ### Risk level (write none, low medium or high below)
   
   low.
   
   ### Documentation Update
   
   Might need to call it out in our release highlight, that users don't need to 
set the table configs again and again. 
   
   ### 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]

Reply via email to