seddonm1 opened a new pull request #787:
URL: https://github.com/apache/arrow-rs/pull/787


   # Rationale for this change
    
   The `parquet` crate cannot compile to WASM due to the `hash_` implementation 
not having a target for `target_arch = "wasm32"`. This change adds it.
   
   # What changes are included in this PR?
   
   Adds `target_arch = "wasm32"` to the list of targets for the `hash_` 
function.
   
   # Are there any user-facing changes?
   
   No user changes.


-- 
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]


Reply via email to