You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/24 21:19:07 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #2896: Support building `object_store` and `parquet` on wasm32-unknown-unknown target

tustvold commented on code in PR #2896:
URL: https://github.com/apache/arrow-rs/pull/2896#discussion_r1003778656


##########
.github/workflows/parquet.yml:
##########
@@ -119,6 +119,9 @@ jobs:
       - name: Check compilation  --all-targets --no-default-features --features json
         run: |
           cargo check -p parquet --all-targets --no-default-features --features json
+      - name: Check compilation wasm32-unknown-unknown
+        run: |
+          cargo check -p parquet --no-default-features --target wasm32-unknown-unknown

Review Comment:
   FYI compiling with lz4 appears to fail



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org