You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Chaoyu Tang (JIRA)" <ji...@apache.org> on 2017/02/23 04:38:44 UTC

[jira] [Assigned] (HIVE-16019) Query fails when group by/order by on same column with uppercase name

     [ https://issues.apache.org/jira/browse/HIVE-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chaoyu Tang reassigned HIVE-16019:
----------------------------------


> Query fails when group by/order by on same column with uppercase name
> ---------------------------------------------------------------------
>
>                 Key: HIVE-16019
>                 URL: https://issues.apache.org/jira/browse/HIVE-16019
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Chaoyu Tang
>            Assignee: Chaoyu Tang
>
> Query with group by/order by on same column KEY failed:
> {code}
> SELECT T1.KEY AS MYKEY FROM SRC T1 GROUP BY T1.KEY ORDER BY T1.KEY LIMIT 3;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)