You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/06/03 13:03:00 UTC

[jira] [Work logged] (HIVE-22201) ConvertJoinMapJoin#checkShuffleSizeForLargeTable throws ArrayIndexOutOfBoundsException if no big table is selected

     [ https://issues.apache.org/jira/browse/HIVE-22201?focusedWorklogId=440763&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-440763 ]

ASF GitHub Bot logged work on HIVE-22201:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Jun/20 13:02
            Start Date: 03/Jun/20 13:02
    Worklog Time Spent: 10m 
      Work Description: himanshu-mishra commented on pull request #772:
URL: https://github.com/apache/hive/pull/772#issuecomment-638181669


   Closing as code was merged. Ref: [HIVE-22201](https://issues.apache.org/jira/browse/HIVE-22201)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 440763)
    Time Spent: 0.5h  (was: 20m)

> ConvertJoinMapJoin#checkShuffleSizeForLargeTable throws ArrayIndexOutOfBoundsException if no big table is selected
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-22201
>                 URL: https://issues.apache.org/jira/browse/HIVE-22201
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Himanshu Mishra
>            Assignee: Himanshu Mishra
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22201.01.patch, HIVE-22201.02.patch, HIVE-22201.03.patch, HIVE-22201.04.patch, HIVE-22201.05.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In case when {{bigTableCandidateSet}} is empty e.g. full outer join, we end up calling {{checkShuffleSizeForLargeTable}} with {{bigTablePosition}} as -1, resulting in {{ArrayIndexOutOfBoundsException}}.
> Also, should we return as soon as we see {{bigTableCandidateSet}} is empty ?



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