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)
