Nic Crane created ARROW-13289:
---------------------------------
Summary: [C++] Log functions doesn't have int kernels
Key: ARROW-13289
URL: https://issues.apache.org/jira/browse/ARROW-13289
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Nic Crane
I've been writing R bindings for the log functions implemented in this PR:
[https://github.com/apache/arrow/pull/10567]
They work when the inputs are floats, but when the input is an int32 I get the
following error:
{code:java}
NotImplemented: Function ln_checked has no kernel matching input types
(scalar[int32]){code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)