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

[jira] [Created] (ARROW-8535) [Rust] Fix issues discovered when releasing 0.17.0

Andy Grove created ARROW-8535:
---------------------------------

             Summary: [Rust] Fix issues discovered when releasing 0.17.0
                 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
             Fix For: 1.0.0


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.

 



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