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

Ashutosh Chauhan commented on HIVE-13904:
-----------------------------------------

+1

> Ignore case when retrieving ColumnInfo from RowResolver
> -------------------------------------------------------
>
>                 Key: HIVE-13904
>                 URL: https://issues.apache.org/jira/browse/HIVE-13904
>             Project: Hive
>          Issue Type: Bug
>          Components: Parser
>    Affects Versions: 2.1.0, 2.0.1, 2.2.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>         Attachments: HIVE-13904.01.patch, HIVE-13904.01.patch, 
> HIVE-13904.02.patch, HIVE-13904.patch
>
>
> To reproduce:
> {noformat}
> -- upper case in subq
> explain
> select * from src b
> where exists
>   (select a.key from src a
>   where b.VALUE = a.VALUE
>   );
> {noformat}



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

Reply via email to