You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Apache Arrow JIRA Bot (Jira)" <ji...@apache.org> on 2022/10/13 17:52:00 UTC

[jira] [Commented] (ARROW-12755) [C++][Compute] Add quotient and modulo kernels

    [ https://issues.apache.org/jira/browse/ARROW-12755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17617226#comment-17617226 ] 

Apache Arrow JIRA Bot commented on ARROW-12755:
-----------------------------------------------

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 per [project policy|https://arrow.apache.org/docs/dev/developers/bug_reports.html#issue-assignment]. 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.

> [C++][Compute] Add quotient and modulo kernels
> ----------------------------------------------
>
>                 Key: ARROW-12755
>                 URL: https://issues.apache.org/jira/browse/ARROW-12755
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ian Cook
>            Assignee: Eduardo Ponce
>            Priority: Major
>              Labels: beginner, kernel, pull-request-available
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Add a pair of binary kernels to compute the:
>  * quotient (result after division, discarding any fractional part, a.k.a integer division)
>  * mod or modulo (remainder after division, a.k.a {{%}} / {{%%}} / modulus).
> The returned array should have the same data type as the input arrays or promote to an appropriate type to avoid loss of precision if the input types differ.



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