You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2017/04/21 03:16:04 UTC

[jira] [Created] (HIVE-16491) CBO cant handle join involving complex types in on condition

Ashutosh Chauhan created HIVE-16491:
---------------------------------------

             Summary: CBO cant handle join involving complex types in on condition
                 Key: HIVE-16491
                 URL: https://issues.apache.org/jira/browse/HIVE-16491
             Project: Hive
          Issue Type: Bug
          Components: CBO, Logical Optimizer
    Affects Versions: 2.3.0
            Reporter: Ashutosh Chauhan


Chokes on query like:
{code}
 select *  from test2b join test2a on test2b.a = test2a.a[1];
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)