Yuming Wang created HIVE-20650:
----------------------------------
Summary: trunc string type throw FAILED:
ArrayIndexOutOfBoundsException 1
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
{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)