Ian Cook

Results 85 comments of Ian Cook

Code to work around this issue: ```r my_tbl_spark % dplyr::mutate_if( ~ is.raw(.), as.integer ) %>% dplyr::select( !! colnames(my_tbl_spark) ) ```

@drin could you please add entries for these functions in the Compute Functions docs ([`cpp/compute.rst`](https://github.com/apache/arrow/blob/master/docs/source/cpp/compute.rst))? Thanks!

In newer versions of dplyr, `case_when()` and `coalesce()` allow the user to pass `NA` in the arguments and automatically convert it to the correct type, making this issue moot. For...

I implemented the `keep` argument in `left_join()` and `right_join()` in https://github.com/tidyverse/dplyr/pull/4762

Hi @camult, yes I intend to add support for those types of queries, first in the dependency package [queryparser](https://github.com/ianmcook/queryparser) and then in tidyquery. I don't have a time estimate for...

Blocked by lack of support for `transmute()` in the Arrow R package ([ARROW-11284](https://issues.apache.org/jira/browse/ARROW-11284))

Blocked by https://github.com/xiaodaigh/disk.frame/issues/197 (using a Mac dev environment)

xiaodaigh/disk.frame#197 is resolved. Now blocked by xiaodaigh/disk.frame#217

Also blocked by https://github.com/xiaodaigh/disk.frame/issues/250

Thanks @xiaodaigh—I'll take a look at this soon