[jira] [Issue Comment Deleted] (HIVE-24609) Fix ArrayIndexOutOfBoundsException when execute full outer join

2021-03-24 Thread jufeng li (Jira)


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

jufeng li updated HIVE-24609:
-
Comment: was deleted

(was: I want submit this pr,but pr was closed without merge)

> 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: 50m
>  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)


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

2021-03-24 Thread jufeng li (Jira)


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

jufeng li commented on HIVE-24609:
--

[~massprinters.com] [~mr.wang]
I want submit this pr,but pr was closed without merge  
[https://github.com/apache/hive/pull/1844 
|https://github.com/apache/hive/pull/1844 ]

> 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: 50m
>  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)


[jira] [Issue Comment Deleted] (HIVE-24609) Fix ArrayIndexOutOfBoundsException when execute full outer join

2021-03-24 Thread jufeng li (Jira)


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

jufeng li updated HIVE-24609:
-
Comment: was deleted

(was: [~massprinters.com]
I want submit this pr,but pr was closed without merge
 * [|https://issues.apache.org/jira/secure/AddComment!default.jspa?id=13351186])

> 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: 50m
>  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)


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

2021-03-24 Thread jufeng li (Jira)


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

jufeng li commented on HIVE-24609:
--

[~massprinters.com]
I want submit this pr,but pr was closed without merge
 * [|https://issues.apache.org/jira/secure/AddComment!default.jspa?id=13351186]

> 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: 50m
>  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)


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

2021-03-24 Thread jufeng li (Jira)


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

jufeng li commented on HIVE-24609:
--

I want submit this pr,but pr was closed without merge

> 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: 50m
>  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)


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

2021-01-08 Thread jufeng li (Jira)


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

Work on HIVE-24609 started by 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: jufeng li
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 4.0.0
>
>  Time Spent: 10m
>  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)


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

2021-01-08 Thread jufeng li (Jira)


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

jufeng li updated HIVE-24609:
-
Target Version/s: 4.0.0

> 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:
> {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)


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

2021-01-08 Thread jufeng li (Jira)


 [ 
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:
{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.

  was:
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 an ArrayIndexOutOfBoundsException.Then I debug 
HiveServer2,found when compile sql in some situation and contains full outer 
join,there is an 


> 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:
> {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)


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

2021-01-08 Thread jufeng li (Jira)


 [ 
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 an ArrayIndexOutOfBoundsException.Then I debug 
HiveServer2,found when compile sql in some situation and contains full outer 
join,there is an 

  was:
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 an ArrayIndexOutOfBoundsException.Then I debug 
> HiveServer2,found when compile sql in some situation and contains full outer 
> join,there is an 



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


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

2021-01-08 Thread jufeng li (Jira)


 [ 
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)


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

2021-01-08 Thread jufeng li (Jira)


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

jufeng li reassigned HIVE-24609:



> 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
>
>




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