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

[jira] [Commented] (ARROW-9553) [Rust] Release script doesn't bump parquet crate's arrow dependency version

    [ https://issues.apache.org/jira/browse/ARROW-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210602#comment-17210602 ] 

Andy Grove commented on ARROW-9553:
-----------------------------------

The release-test script is looking for this pattern:
{code:java}
["-arrow = { path = \"../arrow\", version = \"#{@snapshot_version}\" }",
 "+arrow = { path = \"../arrow\", version = \"#{@release_version}\" }"]
{code}
The parquet cargo.toml does not match:
{code:java}
arrow = { path = "../arrow", version = "2.0.0-SNAPSHOT", optional = true } {code}

> [Rust] Release script doesn't bump parquet crate's arrow dependency version
> ---------------------------------------------------------------------------
>
>                 Key: ARROW-9553
>                 URL: https://issues.apache.org/jira/browse/ARROW-9553
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>    Affects Versions: 1.0.0
>            Reporter: Krisztian Szucs
>            Assignee: Andy Grove
>            Priority: Major
>             Fix For: 2.0.0
>
>
> After rebasing the master the rust builds have started to fail.
> The solution is to bump a version number gere https://github.com/apache/arrow/pull/7829



--
This message was sent by Atlassian Jira
(v8.3.4#803005)