nealrichardson commented on issue #37758:
URL: https://github.com/apache/arrow/issues/37758#issuecomment-1724023246

   `tbl_vars` is not implemented for `FileSystemDataset`, but I suspect that's 
not enough for `mutate_if` to work. It's not a generic (as select, filter, 
mutate, etc. are) such that we could define methods for arrow objects, it's a 
regular function. Generally those functions in dplyr make assumptions that the 
data coming in is a data.frame/tibble, so they don't just work. 


-- 
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]

Reply via email to