Skip to content
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

[SPARK-34972][PYTHON][TEST][FOLLOWUP] Fix pyspark.pandas doctests which could be flaky. #32116

Closed

Conversation

ueshin
Copy link
Member

@ueshin ueshin commented Apr 10, 2021

What changes were proposed in this pull request?

This is a follow-up of #32069.

Makes some doctests which could be flaky skip.

Why are the changes needed?

Some doctests in pyspark.pandas module enabled at #32069 could be flaky because the result row order is nondeterministic.

  • groupby-apply with UDF which has a return type annotation will lose its index.
  • Index.symmetric_difference uses DataFrame.intersect and subtract internally.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing tests.

@SparkQA
Copy link

SparkQA commented Apr 10, 2021

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

@SparkQA
Copy link

SparkQA commented Apr 10, 2021

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

@SparkQA
Copy link

SparkQA commented Apr 10, 2021

Test build #137158 has finished for PR 32116 at commit c3fa424.

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

@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
3 participants