[
https://issues.apache.org/jira/browse/ARROW-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661014#comment-17661014
]
Rok Mihevc commented on ARROW-3991:
-----------------------------------
This issue has been migrated to [issue
#20594|https://github.com/apache/arrow/issues/20594] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [gandiva] floating point division shouldn't cause errors
> --------------------------------------------------------
>
> Key: ARROW-3991
> URL: https://issues.apache.org/jira/browse/ARROW-3991
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Gandiva
> Reporter: Pindikura Ravindra
> Assignee: Pindikura Ravindra
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> for division, gandiva explicitly checks if the divisor is zero and raises an
> error.
> This is correct for integer division. For float point divisions, it should
> just return infinity.
> https://www.gnu.org/software/libc/manual/html_node/Infinity-and-NaN.html#Infinity-and-NaN
--
This message was sent by Atlassian Jira
(v8.20.10#820010)