[ https://issues.apache.org/jira/browse/HIVE-24609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jufeng li updated HIVE-24609: ----------------------------- Description: here is my hive-sql: ```sql select ...... from A full outer join B on A.id = B.id ``` It can not be execute,I got > 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: jufeng li > Priority: Blocker > Fix For: 4.0.0 > > > here is my hive-sql: > ```sql > select > ...... > from A > full outer join B on A.id = B.id > ``` > It can not be execute,I got -- This message was sent by Atlassian Jira (v8.3.4#803005)