Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.13.0, 0.14.0
-
None
-
None
Description
Here is the the way to reproduce with q test:
select key from (select '1' as key from src union all select key from src)tab group by key;
will give
OK
NULL
1
This is not correct as src contains many other keys.