Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-41528][CONNECT][FOLLOW-UP] Do not set null as a string for remote option #39168

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR is a followup of #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:

./bin/pyspark

@HyukjinKwon
Copy link
Member Author

Please let me go and merge this one to recover the PySpark shall .. Otherwise, the very entry point is broken, and I am 100% sure this is the right fix.

Merged to master.

@HyukjinKwon HyukjinKwon deleted the SPARK-41528-followup branch January 15, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant