You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pengcheng Xiong (JIRA)" <ji...@apache.org> on 2014/12/15 21:11:13 UTC

[jira] [Created] (HIVE-9105) Hive-0.13

Pengcheng Xiong created HIVE-9105:
-------------------------------------

             Summary: Hive-0.13 
                 Key: HIVE-9105
                 URL: https://issues.apache.org/jira/browse/HIVE-9105
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.13.0
            Reporter: Pengcheng Xiong
            Assignee: Pengcheng Xiong


select '1' as key from srcpart where ds="2008-04-09"
UNION all
SELECT key from srcpart where ds="2008-04-09" and hr="11"
) tab group by key 

will generate wrong results



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)