voonhous opened a new pull request, #8534: URL: https://github.com/apache/hudi/pull/8534
### Change Logs Permitted write operation values do not align with what is actually described in configuration value. This PR fixes this so that the permitted write operations aligns with the description. This change is required as Hudi's documentation page is generated from the description of each configuration key. ### Impact None ### Risk level (write none, low medium or high below) Low ### Documentation Update No functionality changes, documentation description update to change ~~bulkinsert~~ to bulk_insert. This change will "hopefully" prevent NEW users from doing this when they are performing a bulk insert operation in their batch SQL jobs. **WRONG:** ```sql set hoodie.datasource.write.operation=bulkinsert; ``` **CORRECT:** ```sql set hoodie.datasource.write.operation=bulk_insert; ``` ### 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]
