You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/12/04 16:02:35 UTC

[jira] [Updated] (HIVE-5906) TestGenericUDFPower should use delta to compare doubles

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

Brock Noland updated HIVE-5906:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thank you very much Szehon! I have committed this to trunk!

> TestGenericUDFPower should use delta to compare doubles
> -------------------------------------------------------
>
>                 Key: HIVE-5906
>                 URL: https://issues.apache.org/jira/browse/HIVE-5906
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.13.0
>            Reporter: Szehon Ho
>            Assignee: Szehon Ho
>             Fix For: 0.13.0
>
>         Attachments: HIVE-5906.patch
>
>
> TestGenericUDFPower.testDoulePowerDecimal() uses junit's Assert.assertEquals(double, double) to test double equality on result of power udf function.
> Due to floating-number convention, this does not always work.  This API is deprecated in favor of Assert.assertEquals(message, double, double, delta).



--
This message was sent by Atlassian JIRA
(v6.1#6144)