hudi-bot opened a new issue, #15434:
URL: https://github.com/apache/hudi/issues/15434
When I am doing dataframe.write.format("org.apache.hudi") with ForkJoinPool,
I got a NPE at
[HoodieSparkSqlWriter.scala#L609|https://github.com/apache/hudi/blob/a3921a845f608f2018ec3237f9d7421696b7b05d/hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala#L609],
the tableExists is ture, but tableConfig is null. The path of the table is
empty, actually. Variable `tableExists` is overwritten by other write request.
We may need to remove the variable tableExists from object class properties
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-4858
- 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]