[
https://issues.apache.org/jira/browse/HIVE-8559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185080#comment-14185080
]
Aidan Semple commented on HIVE-8559:
------------------------------------
Also happens in version 0.13.0, see bug HIVE-8592, which was resolved as it was
a duplicate of this one.
> DECIMAL field can not store 0 if precision = scale
> --------------------------------------------------
>
> Key: HIVE-8559
> URL: https://issues.apache.org/jira/browse/HIVE-8559
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.13.1
> Reporter: Alexander Pivovarov
>
> For example the following query returns NULL instead of 0 in hive (trunk )
> select cast(0 as decimal(6,6));
> OK
> NULL
> I tried DECIMAL(6,6) in oracle. It can store 0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)