vinooganesh opened a new pull request #24807: [SPARK-27958] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807 ## What changes were proposed in this pull request? This change changes the current behavior where stopping a `SparkSession` stops the underlying `SparkContext` to only stopping the `SparkContext` if there are no remaining `SparkSession`s. ## How was this patch tested? * [WIP] PR right now for community feedback, tests incoming. Please review https://spark.apache.org/contributing.html before opening a pull request.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
