-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5904][SQL] DataFrame Java API test suites. #4751
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
Added a new test suite to make sure Java DF programs can use varargs properly. Also moved all suites into test.org.apache.spark package to make sure the suites also test for method visibility.
|
Test build #27920 has started for PR 4751 at commit
|
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.
organize imports
|
I don't see any other issues |
|
Test build #27922 has started for PR 4751 at commit
|
|
Test build #27920 has finished for PR 4751 at commit
|
|
Test PASSed. |
|
Test build #27922 has finished for PR 4751 at commit
|
|
Test PASSed. |
Added a new test suite to make sure Java DF programs can use varargs properly. Also moved all suites into test.org.apache.spark package to make sure the suites also test for method visibility. Author: Reynold Xin <rxin@databricks.com> Closes #4751 from rxin/df-tests and squashes the following commits: 1e8b8e4 [Reynold Xin] Fixed imports and renamed JavaAPISuite. a6ca53b [Reynold Xin] [SPARK-5904][SQL] DataFrame Java API test suites. (cherry picked from commit 53a1ebf) Signed-off-by: Michael Armbrust <michael@databricks.com>
Added a new test suite to make sure Java DF programs can use varargs properly.
Also moved all suites into test.org.apache.spark package to make sure the suites also test for method visibility.