-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-18189] [SQL] [Followup] Move test from ReplSuite to prevent java.lang.ClassCircularityError #15774
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
LGTM pending Jenkins. |
Is this not an issue with the master branch and branch-2.1? |
So master/branch-2.1 is failing too right? I should merge this into master, branch-2.1, and branch-2.0? |
Yes @rxin, please merge into all 3 branches. master/branch-2.1/branch-2.0 |
Test build #3415 has finished for PR 15774 at commit
|
Thanks - merging in branch-2.0. There is a conflict with master/branch-2.1. I will fix those. |
….lang.ClassCircularityError ## What changes were proposed in this pull request? Move the test which is causing java.lang.ClassCircularityError from ReplSuite to DatasetSuite. ## How was this patch tested? > build/mvn -DskipTests -Phadoop-2.3 -Pyarn -Phive -Phive-thriftserver -Pkinesis-asl -Pmesos clean package > build/mvn -Dtest=none -DwildcardSuites=org.apache.spark.repl.ReplSuite test Author: Ergin Seyfe <eseyfe@fb.com> Closes #15774 from seyfe/fix_replsuite_test_error_branch2.0.
+1 thanks @seyfe . That's a weird error and I think this is the right way to play it right now. |
…va.lang.ClassCircularityError closes apache#15774
[kap] apache#15774, clean broadcast after query
This reverts commit 3103afd.
This reverts commit 3103afd.
What changes were proposed in this pull request?
Move the test which is causing java.lang.ClassCircularityError from ReplSuite to DatasetSuite.
How was this patch tested?