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

Enable SortProjectTransposeRule #15002

Merged
merged 14 commits into from
Sep 29, 2023

Conversation

kgyrtkirk
Copy link
Member

@kgyrtkirk kgyrtkirk commented Sep 18, 2023

Sort
  Project
     Aggregate

@kgyrtkirk kgyrtkirk marked this pull request as ready for review September 21, 2023 08:19
"s1",
new FieldAccessPostAggregator("s0", "a0:agg"),
"_p1",
new FieldAccessPostAggregator("_p0", "a0:agg"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did these change?

Copy link
Member Author

Choose a reason for hiding this comment

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

there are 2 callsites to create the postaggregates - one of them uses p and the other s as prefix; I was getting almost 100% matching plans with column alias mistmatches because of the different prefixes - so I've changed that; as the main importance of them is to have them unique.

I've today tried to remove the change of that prefix thing - and I think that change might not be needed in this patch.

I've update the PR

@abhishekagarwal87 abhishekagarwal87 merged commit db71e28 into apache:master Sep 29, 2023
74 checks passed
@LakshSingla LakshSingla added this to the 28.0 milestone Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants