-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7320] [SQL] [Minor] Move the testData into beforeAll() #6312
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be as simple as
Seq((1, 2), (2, 4)).toDF("a", "b")
|
LGTM |
|
Test build #33224 has finished for PR 6312 at commit
|
|
Jenkins, retest this please. |
|
Test build #33225 has finished for PR 6312 at commit
|
|
Jenkins, retest this please. |
|
Test build #33229 has finished for PR 6312 at commit
|
|
Test build #33230 has finished for PR 6312 at commit
|
|
I am merging it to master and branch 1.4. |
Follow up of #6340, to avoid the test report missing once it fails. Author: Cheng Hao <[email protected]> Closes #6312 from chenghao-intel/rollup_minor and squashes the following commits: b03a25f [Cheng Hao] simplify the testData instantiation 09b7e8b [Cheng Hao] move the testData into beforeAll() (cherry picked from commit feb3a9d) Signed-off-by: Yin Huai <[email protected]>
Follow up of apache#6340, to avoid the test report missing once it fails. Author: Cheng Hao <[email protected]> Closes apache#6312 from chenghao-intel/rollup_minor and squashes the following commits: b03a25f [Cheng Hao] simplify the testData instantiation 09b7e8b [Cheng Hao] move the testData into beforeAll()
Follow up of apache#6340, to avoid the test report missing once it fails. Author: Cheng Hao <[email protected]> Closes apache#6312 from chenghao-intel/rollup_minor and squashes the following commits: b03a25f [Cheng Hao] simplify the testData instantiation 09b7e8b [Cheng Hao] move the testData into beforeAll()
Follow up of apache#6340, to avoid the test report missing once it fails. Author: Cheng Hao <[email protected]> Closes apache#6312 from chenghao-intel/rollup_minor and squashes the following commits: b03a25f [Cheng Hao] simplify the testData instantiation 09b7e8b [Cheng Hao] move the testData into beforeAll()
Follow up of #6340, to avoid the test report missing once it fails.