You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Alexey Anisimov (Jira)" <ji...@apache.org> on 2021/02/24 16:52:00 UTC

[jira] [Created] (ARROW-11764) [Rust] build.rs is missing in the v3.0.0 package

Alexey Anisimov created ARROW-11764:
---------------------------------------

             Summary: [Rust] build.rs is missing in the v3.0.0 package
                 Key: ARROW-11764
                 URL: https://issues.apache.org/jira/browse/ARROW-11764
             Project: Apache Arrow
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Alexey Anisimov


It seems like the `build.rs` was not included in the package when devs were publishing the crate to crates.io. And that is why the `simd` feature no longer works.

Because in the 2.0.0 `#[cfg(all(..., feature = simd))]` attribute was used and in version 3.0.0 it was upgraded to `#[cfg(simd)]`.



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