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-44341][SQL][PYTHON][FOLLOWUP] Move the base trait WindowEvaluatorFactoryBase to a single file #42106

Closed
wants to merge 1 commit into from

Conversation

beliefer
Copy link
Contributor

What changes were proposed in this pull request?

#41939 defined the computing logic through PartitionEvaluator API and use it in WindowExec and WindowInPandasExec.

According to the comment #41939 (comment), this PR want move the base trait WindowEvaluatorFactoryBase to a single file.

Why are the changes needed?

Improve the code.

Does this PR introduce any user-facing change?

'No'.
Just update inner implementation.

How was this patch tested?

N/A

@github-actions github-actions bot added the SQL label Jul 21, 2023
@beliefer beliefer changed the title [SPARK-44341][SQL][PYTHON] Move the base trait WindowEvaluatorFactoryBase to a single file [SPARK-44341][SQL][PYTHON][FOLLOWUP] Move the base trait WindowEvaluatorFactoryBase to a single file Jul 21, 2023
@beliefer
Copy link
Contributor Author

The CI failure is unrelated to this PR.
cc @cloud-fan

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in bdeae87 Jul 21, 2023
@beliefer
Copy link
Contributor Author

@cloud-fan @LuciferYang Thank you.

ragnarok56 pushed a commit to ragnarok56/spark that referenced this pull request Mar 2, 2024
…torFactoryBase to a single file

### What changes were proposed in this pull request?
apache#41939 defined the computing logic through PartitionEvaluator API and use it in `WindowExec` and `WindowInPandasExec`.

According to the comment apache#41939 (comment), this PR want move the base trait `WindowEvaluatorFactoryBase` to a single file.

### Why are the changes needed?
Improve the code.

### Does this PR introduce _any_ user-facing change?
'No'.
Just update inner implementation.

### How was this patch tested?
N/A

Closes apache#42106 from beliefer/SPARK-44341_followup.

Authored-by: Jiaan Geng <beliefer@163.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
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.

3 participants