Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
This patch is trivial change. It adds two unit tests for constant key groupby as follows:
select 123 as key, count(1) as total from lineitem group by key order by key, total;
select l_partkey as a, timestamp '2014-07-07 04:28:31.561' as b, '##' as c, count(*) d from lineitem