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)