asfimport opened a new issue, #28497:
URL: https://github.com/apache/arrow/issues/28497

   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.
   
   **Reporter**: [Ian Cook](https://issues.apache.org/jira/browse/ARROW-12755) 
/ @ianmcook
   #### Related issues:
   - [[C++] Arithmetic kernels for numeric 
arrays](https://github.com/apache/arrow/issues/28490) (is a child of)
   - [[C++] Implement mod compute 
function](https://github.com/apache/arrow/issues/18751) (is duplicated by)
   - [[C++][Compute] Add remainder and quotient 
compute::Function](https://github.com/apache/arrow/issues/27909) (is related to)
   #### PRs and other links:
   - [GitHub Pull Request #11116](https://github.com/apache/arrow/pull/11116)
   
   <sub>**Note**: *This issue was originally created as 
[ARROW-12755](https://issues.apache.org/jira/browse/ARROW-12755). Please see 
the [migration documentation](https://github.com/apache/arrow/issues/14542) for 
further details.*</sub>


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to