Qijun Fu created HUDI-6878:
------------------------------

             Summary: Hudi Table was not initialized corretly when write multi 
tables in a single job
                 Key: HUDI-6878
                 URL: https://issues.apache.org/jira/browse/HUDI-6878
             Project: Apache Hudi
          Issue Type: Bug
          Components: spark
            Reporter: Qijun Fu


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to