Open jackylee-ch opened 1 year ago
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
select col, count(distinct col1), first(col2) from table group by col
Describe the bug We meet the Exception while running gazelle.
To Reproduce
select col, count(distinct col1), first(col2) from table group by col