[
https://issues.apache.org/jira/browse/HUDI-6878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-6878:
---------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Qijun Fu
> Priority: Major
> Labels: pull-request-available
>
> 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)