Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Missing AggregateMode check for first func in ColumnarHashAggregateExec #1202

Open
jackylee-ch opened this issue Jan 6, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

Describe the bug
We meet the Exception while running gazelle.

java.lang.UnsupportedOperationException: PartialMerge is NOT supported for First agg func.!

To Reproduce
select col, count(distinct col1), first(col2) from table group by col

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant