amoeba opened a new issue, #49995:
URL: https://github.com/apache/arrow/issues/49995
### Describe the bug, including details regarding any error messages,
version, and platform.
When I run `read_parquet` in a Wasm environment, I get,
> Error: thread constructor failed: Not supported
and the call returns a `data.frame` despite being called with `as_data_frame
= FALSE`.
```r
> library(arrow)
> penguins <- read_parquet("/data/penguins.parquet", as_data_frame = FALSE)
Some features are not enabled in this build of Arrow. Run `arrow_info()` for
more information.
Attaching package: ‘arrow’
The following object is masked from ‘package:utils’:
timestamp
Error: thread constructor failed: Not supported
```
### 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]