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-34781][SQL][FOLLOWUP] Adjust the order of AQE optimizer rules #32380

Closed
wants to merge 1 commit into from

Conversation

ulysses-you
Copy link
Contributor

What changes were proposed in this pull request?

Reorder DemoteBroadcastHashJoin and EliminateUnnecessaryJoin.

Why are the changes needed?

Skip unnecessary check in DemoteBroadcastHashJoin if EliminateUnnecessaryJoin affects.

Does this PR introduce any user-facing change?

No

How was this patch tested?

No result affect.

@github-actions github-actions bot added the SQL label Apr 28, 2021
@ulysses-you
Copy link
Contributor Author

cc @maropu @cloud-fan @c21

@ulysses-you
Copy link
Contributor Author

@maropu thank you for the so quick speed.

@SparkQA
Copy link

SparkQA commented Apr 28, 2021

Kubernetes integration test unable to build dist.

exiting with code: 1
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/42562/

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 0bcf348 Apr 28, 2021
@ulysses-you
Copy link
Contributor Author

thanks for merging!

@ulysses-you ulysses-you deleted the SPARK-34781-FOLLOWUP branch April 28, 2021 14:34
@SparkQA
Copy link

SparkQA commented Apr 28, 2021

Test build #138043 has finished for PR 32380 at commit 68f0297.

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

@c21
Copy link
Contributor

c21 commented Apr 28, 2021

Late LGTM, thanks.

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.

5 participants