Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.0
-
None
Description
The following query produces inconsistent results on a STRING column:
SELECT string_col FROM table GROUP BY string_col;
can be reproduced on http://mdonsky-1.ent.cloudera.com:8888/impala/#query
with the following query:
SELECT fname FROM employees GROUP BY fname;