[ https://issues.apache.org/jira/browse/ARROW-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andy Grove resolved ARROW-8535. ------------------------------- Resolution: Fixed Issue resolved by pull request 7591 [https://github.com/apache/arrow/pull/7591] > [Rust] Arrow crate does not specify arrow-flight version > -------------------------------------------------------- > > Key: ARROW-8535 > URL: https://issues.apache.org/jira/browse/ARROW-8535 > Project: Apache Arrow > Issue Type: Bug > Components: Rust > Affects Versions: 0.17.0 > Reporter: Andy Grove > Assignee: Neville Dipale > Priority: Critical > Labels: pull-request-available > Fix For: 1.0.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Arrow Cargo.toml has: > {code:java} > arrow-flight = { path = "../arrow-flight", optional = true } {code} > It should be: > {code:java} > arrow-flight = { path = "../arrow-flight", optional = true, version = > "1.0.0-SNAPSHOT" } {code} > Also need to update release scripts to replace this version. > -- This message was sent by Atlassian Jira (v8.3.4#803005)