You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/09/30 04:53:00 UTC

[jira] [Updated] (ARROW-8735) [Rust] [Parquet] Parquet crate fails to compile on Arm architecture

     [ https://issues.apache.org/jira/browse/ARROW-8735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Grove updated ARROW-8735:
------------------------------
    Fix Version/s:     (was: 2.0.0)

> [Rust] [Parquet] Parquet crate fails to compile on Arm architecture
> -------------------------------------------------------------------
>
>                 Key: ARROW-8735
>                 URL: https://issues.apache.org/jira/browse/ARROW-8735
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>    Affects Versions: 0.17.0
>            Reporter: Andy Grove
>            Priority: Major
>
> I'm trying to compile the project in Raspbian, on a Raspberry Pi and the build fails:
> {code:java}
> error[E0308]: mismatched types
>   --> /home/pi/git/arrow/rust/parquet/src/util/hash_util.rs:26:37
>    |
> 26 | fn hash_(data: &[u8], seed: u32) -> u32 {
>    |    -----                            ^^^ expected `u32`, found `()`
>    |    |
>    |    implicitly returns `()` as its body has no tail or `return` expression
>  {code}
> This method is only implemented for x86, x86_64 and aarch64.



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