You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/07/12 14:05:03 UTC

[jira] [Assigned] (ARROW-4570) [Gandiva] Add overflow checks for decimals

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

Todd Farmer reassigned ARROW-4570:
----------------------------------

    Assignee:     (was: Pindikura Ravindra)

This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

> [Gandiva] Add overflow checks for decimals
> ------------------------------------------
>
>                 Key: ARROW-4570
>                 URL: https://issues.apache.org/jira/browse/ARROW-4570
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Gandiva
>            Reporter: Pindikura Ravindra
>            Priority: Major
>
> For decimals, overflows can occur at two places :
>  # input array can have values that are outside the bound (eg. > 38 digits)
>  # When an operation can result in overflows. eg. add of two decimals of (38, 6) can result in an overflow, if the input numbers are very large.
> In both the above cases, just verifying that an overflow occurred can be a perf overhead. We should do this based on a conf variable.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)