Uh oh!
There was an error while loading. Please reload this page.
ARROW-13280: [R] Bindings for log and trig functions - #10689
Conversation
thisisnic
commented
Jul 9, 2021
This PR will need rebasing off #10686 when it's merged |
lidavidm
commented
Jul 12, 2021
Sorry for the delay, I've just merged #10686 |
thisisnic
commented
Jul 14, 2021
All good, wasn't urgent! :) |
nealrichardson
left a comment
There was a problem hiding this comment.
Looks good, just one request.
There was a problem hiding this comment.
Now that these exist, we should define the Math group generic for Arrow objects, like we have for Ops. I made https://issues.apache.org/jira/browse/ARROW-13337 for that.
There was a problem hiding this comment.
Hmm, in R, log is not unary:
log <- function (x, base = exp(1))
So we should handle that correctly. If arrow doesn't support general log_baseN, (1) make sure there's a JIRA for that, and (2) map the cases that do exist (e, 10, 2, etc.) and for now error "not supported" for any other value of base.
There was a problem hiding this comment.
Done and opened https://issues.apache.org/jira/browse/ARROW-13345
Uh oh!
There was an error while loading. Please reload this page.
No description provided.