You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yuming Wang (JIRA)" <ji...@apache.org> on 2018/09/28 23:14:00 UTC

[jira] [Updated] (HIVE-20650) trunc string type throw ArrayIndexOutOfBoundsException

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

Yuming Wang updated HIVE-20650:
-------------------------------
    Summary: trunc string type throw ArrayIndexOutOfBoundsException  (was: trunc string type throw FAILED: ArrayIndexOutOfBoundsException 1)

> trunc string type throw ArrayIndexOutOfBoundsException
> ------------------------------------------------------
>
>                 Key: HIVE-20650
>                 URL: https://issues.apache.org/jira/browse/HIVE-20650
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 2.3.3
>            Reporter: Yuming Wang
>            Priority: Major
>
> {code:sql}
> hive> select trunc('2.5');
> FAILED: ArrayIndexOutOfBoundsException 1
> hive> SELECT trunc('2009-02-12');
> FAILED: ArrayIndexOutOfBoundsException 1
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)