You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (Jira)" <ji...@apache.org> on 2020/04/21 02:31:00 UTC

[jira] [Issue Comment Deleted] (ARROW-8535) [Rust] Arrow crate does not specify arrow-flight version

     [ https://issues.apache.org/jira/browse/ARROW-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Grove updated ARROW-8535:
------------------------------
    Comment: was deleted

(was: So I found a workaround so we can get the release published but it's ugly. I had to create a /format directory and put Flight.proto there. I will create a separate Jira to document this, and we'll need to fix this in a 0.17.1 I'm afraid.)

> [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: Andy Grove
>            Priority: Critical
>             Fix For: 1.0.0
>
>
> 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)