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

[jira] [Resolved] (HIVE-9061) BigDecimal is constructed from double in TestFileDump#testDataDump()

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

Ted Yu resolved HIVE-9061.
--------------------------
    Resolution: Later

> BigDecimal is constructed from double in TestFileDump#testDataDump()
> --------------------------------------------------------------------
>
>                 Key: HIVE-9061
>                 URL: https://issues.apache.org/jira/browse/HIVE-9061
>             Project: Hive
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>
> Here is one example:
> {code}
>         HiveDecimal.create(new BigDecimal(4.2222)),
> {code}
> BigDecimal should be constructed from String: new BigDecimal("4.2222")



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