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-35537][PYTHON] Introduce a util function spark_column_equals #32680

Closed

Conversation

ueshin
Copy link
Member

@ueshin ueshin commented May 26, 2021

What changes were proposed in this pull request?

Introduce a util function spark_column_equals to check the underlying expressions of columns are the same or not.

Why are the changes needed?

In pandas on Spark, there are some places checking the underlying expressions of columns are the same or not, but it's done one-by-one.
We should introduce a util function for it.

Does this PR introduce any user-facing change?

No

How was this patch tested?

The existing tests.

@SparkQA
Copy link

SparkQA commented May 26, 2021

Test build #138988 has finished for PR 32680 at commit 525b796.

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

@SparkQA
Copy link

SparkQA commented May 26, 2021

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

@SparkQA
Copy link

SparkQA commented May 26, 2021

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

@ueshin ueshin marked this pull request as ready for review May 26, 2021 21:25
@ueshin ueshin requested a review from HyukjinKwon May 26, 2021 21:25
@ueshin
Copy link
Member Author

ueshin commented May 26, 2021

cc @HyukjinKwon @itholic @xinrong-databricks

@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