-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-11281][SPARKR] Add tests covering the issue. #9743
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
|
Jenkins, ok to test |
|
Test build #46017 has finished for PR 9743 at commit
|
R/pkg/inst/tests/test_sparkSQL.R
Outdated
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.
how about
expect_identical(ldf[, 1], collected[, 1])?
7c2cb03 to
0508988
Compare
|
Test build #46089 has finished for PR 9743 at commit
|
R/pkg/inst/tests/test_sparkSQL.R
Outdated
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.
style: a = 1, b = 2; c = 3
|
LGTM except a minor comment on coding style |
0508988 to
6d2be57
Compare
|
Test build #46201 has finished for PR 9743 at commit
|
6d2be57 to
c7ff1f2
Compare
|
Test build #46212 has finished for PR 9743 at commit
|
The goal of this PR is to add tests covering the issue to ensure that is was resolved by [SPARK-11086](https://issues.apache.org/jira/browse/SPARK-11086). Author: zero323 <[email protected]> Closes #9743 from zero323/SPARK-11281-tests. (cherry picked from commit a97d6f3) Signed-off-by: Shivaram Venkataraman <[email protected]>
The goal of this PR is to add tests covering the issue to ensure that is was resolved by SPARK-11086.