Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.17.0
Description
I'm trying to compile the project in Raspbian, on a Raspberry Pi and the build fails:
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
This method is only implemented for x86, x86_64 and aarch64.
Attachments
Issue Links
- links to