[
https://issues.apache.org/jira/browse/ARROW-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao Sun resolved ARROW-5159.
-----------------------------
Resolution: Fixed
Issue resolved by pull request 4138
[https://github.com/apache/arrow/pull/4138]
> 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: 10m
> 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
(v7.6.3#76005)