[ 
https://issues.apache.org/jira/browse/HIVE-16019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880823#comment-15880823
 ] 

Chaoyu Tang commented on HIVE-16019:
------------------------------------

The failed tests are not related to this patch:
1. TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr] passed successfully 
in my local machine.
2. The others are aged test failures.


> 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
>         Attachments: HIVE-16019.patch
>
>
> 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)

Reply via email to