eitsupi commented on issue #38473:
URL: https://github.com/apache/arrow/issues/38473#issuecomment-1781401312
I think the cause is that there are expressions in the middle that cannot be
converted to an acero expression like
`select(DOI$schema$names[grepl("term_",DOI$schema$names)])`.
I think it would work if you replaced all of this with common dplyr
expressions (for example `select(starts_with("term_"))`, see
<https://tidyselect.r-lib.org/reference/starts_with.html#examples>).
--
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]