-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-21914][FOLLOWUP][test-hadoop3.2][test-java11] Clone SparkSession per each function example #25956
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
|
Test build #111521 has finished for PR 25956 at commit
|
|
Test build #111522 has finished for PR 25956 at commit
|
|
Test build #111523 has finished for PR 25956 at commit
|
|
jenkins, retest this, please |
|
Test build #111526 has finished for PR 25956 at commit
|
|
jenkins, retest this, please |
|
Test build #111528 has finished for PR 25956 at commit
|
|
jenkins, retest this, please |
|
@HyukjinKwon @wangyum @dongjoon-hyun Take a look at this PR, please. |
|
Test build #111530 has finished for PR 25956 at commit
|
|
Test build #111533 has finished for PR 25956 at commit
|
|
Merged to master. |
What changes were proposed in this pull request?
In the PR, I propose to clone Spark session per-each expression example. Examples can modify SQL settings, and can influence on each other if they run in the same Spark session in parallel.
Why are the changes needed?
This should fix test failures like this checking of the
Likeexample:Does this PR introduce any user-facing change?
No
How was this patch tested?
By running
check outputs of expression examplesinorg.apache.spark.sql.SQLQuerySuite