edponce commented on pull request #10395: URL: https://github.com/apache/arrow/pull/10395#issuecomment-849552023
While working on the rounding functions, I make use of the signedness of the input for specific rounding modes (e.g., round-half-away-from-zero). After making `sign` utility functions, I found that many database systems provide such a function (although I do not have a particular use case). The option for treating zero as a signed value was suggested in [issue discussion](https://issues.apache.org/jira/browse/ARROW-12861?jql=order%20by%20lastViewed%20DESC). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
