Skip to content

Fix parquet-variant build on wasm targets#9978

Open
AdamGS wants to merge 2 commits into
apache:mainfrom
AdamGS:adamg/variant-wasm
Open

Fix parquet-variant build on wasm targets#9978
AdamGS wants to merge 2 commits into
apache:mainfrom
AdamGS:adamg/variant-wasm

Conversation

@AdamGS
Copy link
Copy Markdown
Contributor

@AdamGS AdamGS commented May 15, 2026

Which issue does this PR close?

Rationale for this change

Seems like a trivial fix to get it building on more targets.

What changes are included in this PR?

  1. enables a feature for uuid that is required to build on WASM (only when building for WASM).
  2. Change the const size assertions to take pointer_width into account

Are these changes tested?

I've tested the change locally (for both WASM targets), not sure if its worth it to add to CI that currently only tests the top-level arrow crate on WASM

Are there any user-facing changes?

None

@github-actions github-actions Bot added the parquet-variant parquet-variant* crates label May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

parquet-variant parquet-variant* crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parquet-variant doesn't build on 32-bit targets

2 participants