The docs state these only work with float arguments, but they work with integers too.
MakeUnaryArithmeticFunctionFloatingPoint has a redundant check for float arguments that no longer applies:
|
auto output = is_integer(ty->id()) ? float64() : ty; |
Reporter: David Li / @lidavidm
Note: This issue was originally created as ARROW-13361. Please see the migration documentation for further details.