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

   ### Change Logs
   
   Fix Overwrite error when ingest multiple tables. 
HoodieSparkSqlWriter#tableExists maybe modified by multiple threads and cause 
some unexpected behavior. Such as, we think the table is not exists after 
overwrite, but `tableExists` is modified by other thread as true so we won't 
init the table and create the meta folder. 
   
   ### Impact
   
   Fix Overwrite error when ingest multiple tables.
   
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   
   ### Documentation Update
   
   None
   
   ### 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
   - [ ] 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