paleolimbot opened a new issue, #14967:
URL: https://github.com/apache/arrow/issues/14967
### Describe the bug, including details regarding any error messages,
version, and platform.
This happened in #14933, which used an `InMemoryDataset` without
`skip_if_not_available("dataset")`:
```
── Error ('test-dplyr-summarize.R:742'): Non-field variable references in
aggregations ──
Error: This build of the arrow package does not support Datasets
Backtrace:
▆
1. └─InMemoryDataset$create(data.frame(x = 1:5)) at
test-dplyr-summarize.R:742:2
2. └─arrow:::stop_if_no_datasets()
```
### Component(s)
R
--
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]