[
https://issues.apache.org/jira/browse/HIVE-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13633793#comment-13633793
]
Namit Jain commented on HIVE-4106:
----------------------------------
The last query is wrong:
explain select count(*) FROM bucket_small a JOIN bucket_medium b ON a.key =
b.key JOIN bucket_big c ON c.key = b.key JOIN bucket_medium d ON c.key = b.key;
Most probably, the intention was:
explain select count(*) FROM bucket_small a JOIN bucket_medium b ON a.key =
b.key JOIN bucket_big c ON c.key = b.key JOIN bucket_medium d ON c.key = d.key;
Having said that, it should not die.
> SMB joins fail in multi-way joins
> ---------------------------------
>
> Key: HIVE-4106
> URL: https://issues.apache.org/jira/browse/HIVE-4106
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Affects Versions: 0.11.0
> Reporter: Vikram Dixit K
> Assignee: Vikram Dixit K
> Priority: Blocker
> Attachments: auto_sortmerge_join_12.q, HIVE-4106.patch
>
>
> I see array out of bounds exception in case of multi way smb joins. This is
> related to changes that went in as part of HIVE-3403. This issue has been
> discussed in HIVE-3891.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira