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

   ### Change Logs
   
   For SQL update and delete operations, prepped writes are enabled by default. 
This PR adds feature flags (`hoodie.enable.spark.sql.optimized.update` and 
`hoodie.enable.spark.sql.optimized.delete`) to disable prepped update and 
delete.
   ### Impact
   
   Added two feature flags that can be enabled or disabled as shown below:
   ```
           spark.sql("set hoodie.enable.spark.sql.optimized.update=false")
           spark.sql("set hoodie.enable.spark.sql.optimized.delete=false")
   ```
   
   ### Risk level (write none, low medium or high below)
   
   None
   
   ### Documentation Update
   
   ### Contributor's checklist
   
   - [X] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [X] Change Logs and Impact were stated clearly
   - [X] Adequate tests were added if applicable
   - [X] 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