HyukjinKwon opened a new pull request, #45873: URL: https://github.com/apache/spark/pull/45873
### What changes were proposed in this pull request? This PR proposes to make SparkConf to root level to for both `SparkSession` and `SparkContext`. ### Why are the changes needed? `SparkConf` is special. `SparkSession.builder.options` can take it as an option, and this instance can be created without JVM access. So it can be shared with pure Python `pysaprk-connect` package. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI in this PR should verify them. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
