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

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

Sagnik Chakraborty created ARROW-11614:
------------------------------------------

             Summary: [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
            Reporter: Sagnik Chakraborty


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)