michaelzhan-db opened a new pull request, #42548: URL: https://github.com/apache/spark/pull/42548
### What changes were proposed in this pull request? `SparkSession.Builder` now applies configuration options to the create `SparkSession`. ### Why are the changes needed? It is reasonable to expect PySpark connect `SparkSession.Builder` to behave in the same way as other `SparkSession.Builder`s in Spark Connect. The `SparkSession.Builder` should apply the provided configuration options to the created `SparkSesssion`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tests were added to verify that configuration options were applied to the `SparkSession`. -- 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]
