ablack3 commented on issue #33807:
URL: https://github.com/apache/arrow/issues/33807#issuecomment-1462896715
This is still crashing R on my machine. I'm using arrow v11.0.0.2
```
Sys.setenv(ARROW_USER_SIMD_LEVEL="NONE")
library(dplyr)
arrow::write_dataset(cars, here::here("cars.feather"), format = "feather")
a <- arrow::open_dataset(here::here("cars.feather"), format = "feather")
a %>% tally()
```
--
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]