Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Nov 4, 2019

What changes were proposed in this pull request?

This PR aims to replace cc with java in test_pipe_functions of test_rdd.py.

Why are the changes needed?

Currently, test_rdd.py assumes cc installation during rdd.pipe tests.
This requires us to install gcc for python testing. If we use java, we can have the same test coverage and we don't need to install it because it's already installed in PySpark test environment.

This will be helpful when we build a dockerized parallel testing environment.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the existing PySpark tests.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-29739][PYSPARK][TESTS] Use java instead of cc in test_rdd.py [SPARK-29739][PYSPARK][TESTS] Use java instead of cc in test_pipe_functions Nov 4, 2019
@SparkQA
Copy link

SparkQA commented Nov 4, 2019

Test build #113193 has finished for PR 26383 at commit 8b4a86c.

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

Copy link
Member Author

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

Thank you for review and approval, @maropu .
Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-29739 branch November 4, 2019 07:04
Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM too :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants