cloud-fan commented on PR #54429: URL: https://github.com/apache/spark/pull/54429#issuecomment-3957975094
@holdenk we only allow one `SparkContext` instance per driver JVM, so even if we try to create `SparkContext` before this PR, it will return the existing one too. I think this PR just make the code more explicit about it, plus saving the creation of `SparkConf`. It should not have any behavior change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
