[
https://issues.apache.org/jira/browse/HIVE-16491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16364420#comment-16364420
]
Miklos Gergely commented on HIVE-16491:
---------------------------------------
[~ashutoshc] I see that the testÂ
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_complex_join] has
failed:
[https://builds.apache.org/job/PreCommit-HIVE-Build/9204/testReport/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_vector_complex_join_/]
But I can't reproduce it locally, it works fine for me. Is that not a problem?
> 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
> Assignee: Miklos Gergely
> Priority: Major
> Fix For: 3.0.0
>
> Attachments: HIVE-16491.patch
>
>
> Chokes on query like:
> {code}
> select * from test2b join test2a on test2b.a = test2a.a[1];
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)