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

Jesus Camacho Rodriguez updated HIVE-13904:
-------------------------------------------
    Description: 
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}

> 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.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