mosche opened a new issue, #24330: URL: https://github.com/apache/beam/issues/24330
### What happened? If pipeline translation fails with an exception, it bubbles all the way up to the caller of run without closing the SparkSession. Considering that we're potentially already evaluating side-input datasets, translation should be done in the same thread as the evaluation. This way exceptions will result in a failed `PipelineResult` and close the session properly. ### Issue Priority Priority: 2 ### Issue Component Component: runner-spark -- 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]
