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-34775][SQL] Push down limit through window when partitionSpec is not empty #31926

Closed
wants to merge 2 commits into from

Conversation

leoluan2009
Copy link
Contributor

This is a followup from #31691. Push down limit through Window when the partitionSpec of all window functions is not empty and the same order is used.

What changes were proposed in this pull request?

Push down limit through Window when the partitionSpec of all window functions is not empty

Why are the changes needed?

Improve query performance.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Unit test.

@leoluan2009
Copy link
Contributor Author

Will add new Unit test later

@leoluan2009
Copy link
Contributor Author

cc @wangyum

@wangyum wangyum marked this pull request as draft March 22, 2021 08:49
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@github-actions github-actions bot added the SQL label Mar 22, 2021
Copy link
Member

@wangyum wangyum left a comment

Choose a reason for hiding this comment

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

Could you add more test cases to LimitPushdownThroughWindowSuite?

@wangyum
Copy link
Member

wangyum commented Apr 4, 2021

@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Jul 14, 2021
@github-actions github-actions bot closed this Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants