Skip to content

Conversation

@xinrong-meng
Copy link
Member

@xinrong-meng xinrong-meng commented Apr 13, 2021

What changes were proposed in this pull request?

Now that we merged the Koalas main code into the PySpark code base (#32036), we should port the Koalas internal implementation unit tests to PySpark.

Why are the changes needed?

Currently, the pandas-on-Spark modules are not tested fully. We should enable the internal implementation unit tests.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Enable internal implementation unit tests.

Keyword:SPARK-34849

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41839/

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41839/

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Test build #137260 has finished for PR 32137 at commit 0436734.

  • This patch passes all tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@xinrong-meng xinrong-meng changed the title [WIP][SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark Apr 13, 2021
@xinrong-meng xinrong-meng marked this pull request as ready for review April 13, 2021 15:35
@xinrong-meng
Copy link
Member Author

CC @ueshin @HyukjinKwon @itholic

"pyspark.pandas.typedef.typehints",
# unittests
"pyspark.pandas.tests.test_dataframe",
"pyspark.pandas.tests.test_config",
Copy link
Member Author

Choose a reason for hiding this comment

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

May I sort these tests in my last PR? That would make resolving other PRs' conflicts much easier.

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Test build #137297 has started for PR 32137 at commit 5860f8a.

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41877/

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41877/

Copy link
Member

@ueshin ueshin left a comment

Choose a reason for hiding this comment

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

LGTM, pending tests.

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41888/

@SparkQA
Copy link

SparkQA commented Apr 13, 2021

Kubernetes integration test status failure
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/41888/

@SparkQA
Copy link

SparkQA commented Apr 14, 2021

Test build #137308 has finished for PR 32137 at commit cf58ab2.

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

Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@HyukjinKwon
Copy link
Member

Merged to master.

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.

5 participants