GROUP BY rules not applied correctly for select *
-------------------------------------------------

                 Key: HIVE-2099
                 URL: https://issues.apache.org/jira/browse/HIVE-2099
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.6.0
            Reporter: John Sichi


This fails as expected:

select foo, bar from pokes group by foo;

This succeeds, which is incorrect:

select * from pokes group by foo;

I verified this as far back as 0.6, so maybe it has always been this way.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to