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

   ### Change Logs
   
   fix https://github.com/apache/hudi/pull/7365,  set  SaveMode = Overwrite for 
insert overwrite non-partition table 
   
   ### Impact
   
   insert overwrite table for non-partition table will delete all files first 
then do the bulk insert as expected 
   when hoodie.schema.on.read.enable=true and hoodie.sql.bulk.insert.enable = 
true;
   
   Also, this pr turn on hoodie.schema.on.read.enable temporally to see if 
there exist other failed uts 
   
   insert overwrite table 
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   None
   
   ### 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