thisisnic commented on issue #43207: URL: https://github.com/apache/arrow/issues/43207#issuecomment-2226883225
Thanks for reporting this @TPDeramus! In short, in the backend, arrow code converts the dplyr code into Arrow Expressions. In the case of the `across()` implementation, from what I recall, we just work out the individual calls and then our `mutate()` implementation converts that into Arrow Expressions. Great you've got a workaround here, I'll take a look at implementing anonymous functions at some point in future, as it'll be useful to have and now we have better support for that kind of thing in arrow than we used to. -- 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]
