[
https://issues.apache.org/jira/browse/ARROW-8701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove closed ARROW-8701.
-----------------------------
Resolution: Invalid
I was able to get past this by disabling default features.
> [Rust] Unresolved import `crate::compute::util::simd_load_set_invalid` on
> Raspberry Pi
> --------------------------------------------------------------------------------------
>
> Key: ARROW-8701
> URL: https://issues.apache.org/jira/browse/ARROW-8701
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust
> Affects Versions: 0.17.0
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Fix For: 1.0.0
>
>
> I'm trying to run some Rust code that has a dependency on the Arrow 0.17
> crates and the build fails as follows on a Raspberry Pi running Raspbian.
> {code:java}
> error[E0432]: unresolved import `crate::compute::util::simd_load_set_invalid`
> -->
> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-0.17.0/src/compute/kernels/arithmetic.rs:42:5
> |
> 42 | use crate::compute::util::simd_load_set_invalid;
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no
> `simd_load_set_invalid` in `compute::util`
> {code}
> Linux version:
> {code:java}
> Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l
> GNU/Linux {code}
> I tried declaring the dependency without default features, but it still hits
> that import and fails to compile.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)