[
https://issues.apache.org/jira/browse/ARROW-9631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove resolved ARROW-9631.
-------------------------------
Resolution: Fixed
Issue resolved by pull request 7892
[https://github.com/apache/arrow/pull/7892]
> [Rust] Arrow crate should not depend on flight
> ----------------------------------------------
>
> Key: ARROW-9631
> URL: https://issues.apache.org/jira/browse/ARROW-9631
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> It seems that the dependencies are inverted. The core arrow crate should
> contain the array data structures and compute kernels and should not depend
> on the flight crate, which contains protocols and brings in many dependencies.
> If we have code for converting between arrow types and flight types then that
> code should live in the flight crate.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)