You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Printer Setup (Jira)" <ji...@apache.org> on 2021/03/25 05:32:00 UTC

[jira] [Assigned] (HIVE-24609) Fix ArrayIndexOutOfBoundsException when execute full outer join

     [ https://issues.apache.org/jira/browse/HIVE-24609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Printer Setup reassigned HIVE-24609:
------------------------------------

    Assignee: Printer Setup  (was: jufeng li)

> Fix ArrayIndexOutOfBoundsException when execute full outer join
> ---------------------------------------------------------------
>
>                 Key: HIVE-24609
>                 URL: https://issues.apache.org/jira/browse/HIVE-24609
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Planning
>    Affects Versions: 3.1.0
>            Reporter: jufeng li
>            Assignee: Printer Setup
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> here is my hive-sql:
> {code:java}
> select 
> ......
>  from A 
>  full outer join B on A.id = B.id
> {code}
>  
> It can not be execute,I got an ArrayIndexOutOfBoundsException.Then I debug HiveServer2,found when compile sql in some situation and contains full outer join,there is an ArrayIndexOutOfBoundsException.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)