Skip to content

fix: allow group by same expr in Aggregate - #6091

Merged
alamb merged 1 commit into
apache:mainfrom
jackwener:fix_agg
Apr 22, 2023
Merged

fix: allow group by same expr in Aggregate#6091
alamb merged 1 commit into
apache:mainfrom
jackwener:fix_agg

Conversation

@jackwener

@jackwenerjackwener commented Apr 21, 2023

Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes#6090

Rationale for this change

What changes are included in this PR?

Are these changes tested?

sqllogicaltest

Are there any user-facing changes?

@github-actionsgithub-actionsBot added core Core DataFusion crate logical-expr Logical plan and expressions optimizer Optimizer rules sqllogictest SQL Logic Tests (.slt) labels Apr 21, 2023
@jackwener
jackwener requested a review from alambApril 21, 2023 17:10

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't know why the original error was in there, but I suspect it was some ancient limitation. If CI passes this PR looks good to me. Thank you @jackwener

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

coreCore DataFusion cratelogical-exprLogical plan and expressionsoptimizerOptimizer rulessqllogictestSQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error when agg groupby same column

2 participants

@jackwener@alamb