[ https://issues.apache.org/jira/browse/ARROW-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17662182#comment-17662182 ]
Rok Mihevc commented on ARROW-5159: ----------------------------------- This issue has been migrated to [issue #21638|https://github.com/apache/arrow/issues/21638] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > 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 > Priority: Major > Labels: pull-request-available > Fix For: 0.14.0 > > Time Spent: 20m > Remaining Estimate: 0h > > 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 (v8.20.10#820010)