Skip to content

Conversation

@HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

This PR proposes to deduplicate configuration set/unset in test_sparkSQL_arrow.R.
Setting spark.sql.execution.arrow.sparkr.enabled can be globally done instead of doing it in each test case.

Why are the changes needed?

To duduplicate the codes.

Does this PR introduce any user-facing change?

No, dev-only

How was this patch tested?

Manually ran the tests.

@HyukjinKwon HyukjinKwon changed the title [SPARK-32747][R] Deduplicate configuration set/unset in test_sparkSQL_arrow.R [SPARK-32747][R][TESTS] Deduplicate configuration set/unset in test_sparkSQL_arrow.R Aug 31, 2020
@HyukjinKwon
Copy link
Member Author

cc @viirya, can you take a quick look when you're available?

Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SparkQA

This comment has been minimized.

@SparkQA

This comment has been minimized.

@HyukjinKwon
Copy link
Member Author

retest this please

@HyukjinKwon
Copy link
Member Author

Thank you @viirya.

@SparkQA
Copy link

SparkQA commented Aug 31, 2020

Test build #128079 has finished for PR 29592 at commit fc2d91e.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 31, 2020

Test build #128083 has finished for PR 29592 at commit 5c61cb8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

HyukjinKwon added a commit that referenced this pull request Aug 31, 2020
…parkSQL_arrow.R

### What changes were proposed in this pull request?

This PR proposes to deduplicate configuration set/unset in `test_sparkSQL_arrow.R`.
Setting `spark.sql.execution.arrow.sparkr.enabled` can be globally done instead of doing it in each test case.

### Why are the changes needed?

To duduplicate the codes.

### Does this PR introduce _any_ user-facing change?

No, dev-only

### How was this patch tested?

Manually ran the tests.

Closes #29592 from HyukjinKwon/SPARK-32747.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 2491cf1)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
@HyukjinKwon
Copy link
Member Author

Merged to master and branch-3.0.

@HyukjinKwon HyukjinKwon deleted the SPARK-32747 branch December 7, 2020 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants