[ 
https://issues.apache.org/jira/browse/ARROW-11593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318970#comment-17318970
 ] 

David Roher commented on ARROW-11593:
-------------------------------------

I just got a version of DataFusion working on wasm32-unknown-unknown – it 
required disabling both the LZ4 and ZSTD features on Parquet and tweaking the 
hash function: [https://github.com/apache/arrow/compare/master...droher:master]

To add to [~AndyRedhead1974]'s point above, it would also be useful in a 
serverless context – for instance, Cloudflare Workers Unbound is in beta now 
and will allow WASM functions to run at unlimited CPU usage. in this context, 
DataFusion could be a serverless data lake engine like AWS Athena. Maybe it 
could even be useful as a Ballista worker.

> [Rust] Parquet does not support wasm32-unknown-unknown target
> -------------------------------------------------------------
>
>                 Key: ARROW-11593
>                 URL: https://issues.apache.org/jira/browse/ARROW-11593
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>            Reporter: Dominik Moritz
>            Priority: Major
>
> The Arrow crate successfully compiles to WebAssembly (e.g. 
> https://github.com/domoritz/arrow-wasm) but the Parquet crate currently does 
> not support the`wasm32-unknown-unknown` target. 
> Try out the repository at 
> https://github.com/domoritz/parquet-wasm/commit/e877f9ad9c45c09f73d98fab2a8ad384a802b2e0.
>  The problem seems to be in liblz4, even if I do not include lz4 in the 
> feature flags.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to