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

chore: remove partition_keys from (Bounded)WindowAggExec #14526

Merged
merged 5 commits into from
Feb 8, 2025

Conversation

irenjj
Copy link
Contributor

@irenjj irenjj commented Feb 6, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added physical-expr Physical Expressions optimizer Optimizer rules core Core DataFusion crate proto Related to proto crate labels Feb 6, 2025
@berkaysynnada
Copy link
Contributor

Thank you @irenjj. I'd like to take this ASAP. Can you ping me when it is ready.

@irenjj
Copy link
Contributor Author

irenjj commented Feb 7, 2025

Thank you @irenjj. I'd like to take this ASAP. Can you ping me when it is ready.

Some tests are failing. I'll let you know when they're fixed. @berkaysynnada

@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Feb 7, 2025
@irenjj irenjj force-pushed the remove_partition_keys branch from 09039a4 to d0a8fb5 Compare February 7, 2025 14:17
@github-actions github-actions bot removed the sqllogictest SQL Logic Tests (.slt) label Feb 7, 2025
@irenjj irenjj marked this pull request as ready for review February 7, 2025 15:13
@irenjj
Copy link
Contributor Author

irenjj commented Feb 7, 2025

Hi, @berkaysynnada , all tests have passed, PTAL.

Copy link
Contributor

@berkaysynnada berkaysynnada left a comment

Choose a reason for hiding this comment

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

LGTM @irenjj, thank you. I've sent a minor commit for further improvements. Do they make sense to you?

@irenjj
Copy link
Contributor Author

irenjj commented Feb 8, 2025

LGTM @irenjj, thank you. I've sent a minor commit for further improvements. Do they make sense to you?

Sure, thank you! @berkaysynnada

@berkaysynnada berkaysynnada merged commit 3550758 into apache:main Feb 8, 2025
25 checks passed
@irenjj irenjj deleted the remove_partition_keys branch February 9, 2025 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate optimizer Optimizer rules physical-expr Physical Expressions proto Related to proto crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do We Need partition_by Field in (Bounded)WindowAggExec ?
2 participants