tkaymak commented on PR #40090: URL: https://github.com/apache/beam/pull/40090#issuecomment-5631069223
The red Spark Versions run (34484375079) was a pre-existing race, not the new tests: `cancel()` stops the SparkSession while the execution thread is still translating, and in that fork it hit the cold static init of `PipelineTranslatorBatch`, which poisoned the JVM for 12 batch tests. Fix with reproduction in #40098. The rerun here is green and the Spark 4 module actually executed this time. -- 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]
