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

Andy Grove updated ARROW-8535:
------------------------------
    Description: 
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.

 

  was:
Issues ...

1) Arrow Cargo.toml does not specify a version for Arrow Flight. This is 
trivial to fix, we just need to add the "version =" part.

2) "Failed to locate format/Flight.proto in any parent directory" when 
publishing Arrow crate
{code:java}
error: failed to run custom build command for `arrow-flight v0.17.0`Caused by:
  process didn't exit successfully: 
`/home/andy/apache-arrow-0.17.0/rust/target/package/arrow-0.17.0/target/debug/build/arrow-flight-33d3d930b565975b/build-script-build`
 (exit code: 1)
--- stderr
Error: "Failed to locate format/Flight.proto in any parent directory"warning: 
build failed, waiting for other jobs to finish...
error: failed to verify package tarballCaused by:
  build failed
 {code}
I'm not sure how to resolve this yet.

 


> [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)

Reply via email to