HyukjinKwon opened a new pull request, #39168: URL: https://github.com/apache/spark/pull/39168
### What changes were proposed in this pull request? This PR is a followup of https://github.com/apache/spark/pull/39041 that avoids to set `null` as string for remote configuration and option. ### Why are the changes needed? To make the default as the regular PySpark as is. Otherwise, it attempts to create remote SparkSession by default, which later fails because of `null` Spark Connect URL. ### Does this PR introduce _any_ user-facing change? No, the main code has not be released yet. It fixes `./bin/pyspark` case. ### How was this patch tested? Manually tested via: ```bash ./bin/pyspark ``` -- 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]
