You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Zhiyuan Zheng (JIRA)" <ji...@apache.org> on 2019/04/10 12:18:00 UTC

[jira] [Created] (ARROW-5159) Unable to build benches in arrow crate.

Zhiyuan Zheng created ARROW-5159:
------------------------------------

             Summary: Unable to build benches in arrow crate.
                 Key: ARROW-5159
                 URL: https://issues.apache.org/jira/browse/ARROW-5159
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
    Affects Versions: 0.14.0
            Reporter: Zhiyuan Zheng
            Assignee: Zhiyuan Zheng
             Fix For: 0.14.0


After the refactor of kernel related files in ARROW-5116, the files in `bench` folder won't compile.

eg. 

error[E0432]: unresolved import `arrow::compute::boolean_kernels`
 --> arrow/benches/boolean_kernels.rs:26:5
 |
26 | use arrow::compute::boolean_kernels;
 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `boolean_kernels` in `compute`

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)