Skip to content

[R][Wasm] Fix Error: thread constructor failed: Not supported under Wasm #49995

@amoeba

Description

@amoeba

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.

> 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:arrowThe following object is masked frompackage:utils:

    timestamp

Error: thread constructor failed: Not supported

Component(s)

R

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions