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-44340][SQL][FOLLOWUP][3.5] Set partition index correctly for WindowGroupLimitExec #42233

Closed

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

This is a followup of #41899, to set the partition index correctly even if it's not used for now. It also contains a few code cleanup.

Why are the changes needed?

future-proof

Does this PR introduce any user-facing change?

'No'.

How was this patch tested?

existing tests

@github-actions github-actions bot added the SQL label Jul 31, 2023
@beliefer beliefer changed the title [SPARK-44340][SQL][PYTHON][FOLLOWUP][3.5] Set partition index correctly for WindowGroupLimitExec [SPARK-44340][SQL][FOLLOWUP][3.5] Set partition index correctly for WindowGroupLimitExec Jul 31, 2023
@beliefer
Copy link
Contributor Author

beliefer commented Jul 31, 2023

@cloud-fan CI failure is unrelated

@cloud-fan
Copy link
Contributor

thanks, merging to 3.5!

@cloud-fan cloud-fan closed this Jul 31, 2023
cloud-fan pushed a commit that referenced this pull request Jul 31, 2023
…indowGroupLimitExec

### What changes were proposed in this pull request?
This is a followup of #41899, to set the partition index correctly even if it's not used for now. It also contains a few code cleanup.

### Why are the changes needed?
future-proof

### Does this PR introduce _any_ user-facing change?
'No'.

### How was this patch tested?
existing tests

Closes #42233 from beliefer/SPARK-44340_followup_3.5.

Authored-by: Jiaan Geng <beliefer@163.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@beliefer
Copy link
Contributor Author

beliefer commented Aug 1, 2023

@cloud-fan Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants