You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2015/03/03 03:35:05 UTC

[jira] [Created] (HIVE-9836) Hive on tez: fails when virtual columns are present in the join conditions (for e.g. partition columns)

Vikram Dixit K created HIVE-9836:
------------------------------------

             Summary: 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
            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)