You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2015/08/11 23:42:46 UTC

[jira] [Updated] (HIVE-9592) fix ArrayIndexOutOfBoundsException in date_add and date_sub initialize

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

Jason Dere updated HIVE-9592:
-----------------------------
    Fix Version/s: 1.0.2

Including this fix to branch-1.0

> fix ArrayIndexOutOfBoundsException in date_add and date_sub initialize
> ----------------------------------------------------------------------
>
>                 Key: HIVE-9592
>                 URL: https://issues.apache.org/jira/browse/HIVE-9592
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Alexander Pivovarov
>            Assignee: Alexander Pivovarov
>             Fix For: 1.2.0, 1.0.2
>
>         Attachments: HIVE-9592.1.patch
>
>
> {code}
> hive> select date_add('2015-01-01', map(1,1));
> FAILED: ArrayIndexOutOfBoundsException 2
> hive> select date_sub('2015-01-01', map(1,1));
> FAILED: ArrayIndexOutOfBoundsException 2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)