-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-37291][PYSPARK][FOLLOWUP] PySpark create SparkSession should pass initialSessionOptions #34732
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
Conversation
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala
Outdated
Show resolved
Hide resolved
|
Thanks for the followup! |
|
Test build #145694 has finished for PR 34732 at commit
|
|
Test build #145697 has finished for PR 34732 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #145696 has finished for PR 34732 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Test build #145699 has finished for PR 34732 at commit
|
|
Test build #145701 has finished for PR 34732 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Merged to master! |
|
Test build #145742 has finished for PR 34732 at commit
|
What changes were proposed in this pull request?
In this pr, when create SparkSession, we pass initialSessionOptions to SparkSession, to keep same code path with scala code.
Why are the changes needed?
Keep same code path with scala code.
Does this PR introduce any user-facing change?
No
How was this patch tested?
existed UT