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

Vikram Dixit K updated HIVE-9836:
---------------------------------
    Affects Version/s: 1.1.0
                       1.2.0

> Hive on tez: fails when virtual columns are present in the join conditions 
> (for e.g. partition columns)
> -------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-9836
>                 URL: https://issues.apache.org/jira/browse/HIVE-9836
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez
>    Affects Versions: 1.0.0, 1.2.0, 1.1.0
>            Reporter: Vikram Dixit K
>            Assignee: Vikram Dixit K
>         Attachments: HIVE-9836.1.patch
>
>
> {code}
> explain
> select a.key, a.value, b.value
> from tab a join tab_part b on a.key = b.key and a.ds = b.ds;
> {code}
> fails.



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

Reply via email to