You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Praveen Kumar (Jira)" <ji...@apache.org> on 2021/02/15 10:51:00 UTC

[jira] [Resolved] (ARROW-11614) [C++][Gandiva] Fix round() logic to return positive zero when argument is zero

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

Praveen Kumar resolved ARROW-11614.
-----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

Issue resolved by pull request 9484
[https://github.com/apache/arrow/pull/9484]

> [C++][Gandiva] Fix round() logic to return positive zero when argument is zero
> ------------------------------------------------------------------------------
>
>                 Key: ARROW-11614
>                 URL: https://issues.apache.org/jira/browse/ARROW-11614
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: Sagnik Chakraborty
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Previously, round(0.0) and round(0.0, out_scale) were returning -0.0, with this patch round() returns +0.0



--
This message was sent by Atlassian Jira
(v8.3.4#803005)