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

[jira] [Created] (ARROW-8701) [Rust] Unresolved import `crate::compute::util::simd_load_set_invalid` on Raspberry Pi

Andy Grove created ARROW-8701:
---------------------------------

             Summary: [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


I'm trying to run some Rust code that has a dependency on the Arrow 0.17 crates and the build fails as follows.
{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}



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