hudi-bot opened a new issue, #16238:
URL: https://github.com/apache/hudi/issues/16238

   When we call org.apache.hudi.HoodieSparkSqlWriter#write concurrently (for 
writing multiple tables), org.apache.hudi.HoodieSparkSqlWriter#tableExists will 
be modified concurrently since it's a static variable belong to the class 
HoodieSparkSqlWriter. Need to make it as a local variable to avoid concurrent 
modify.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-6878
   - Type: Bug


-- 
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