Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
select l_partkey as a, '##' as b, '##' as c, count(*) d from lineitem group by a, b, c
See the above query case. This query causes the planning error. This patch fixes the bug. Also, this patch removes duplicated group by keys.
I verified 'mvn clean install'.