You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Dongha Lee (JIRA)" <ji...@apache.org> on 2019/08/15 19:01:00 UTC

[jira] [Created] (ARROW-6254) [Rust][Parquet] Parquet dependency fails to compile

Dongha Lee created ARROW-6254:
---------------------------------

             Summary: [Rust][Parquet] Parquet dependency fails to compile
                 Key: ARROW-6254
                 URL: https://issues.apache.org/jira/browse/ARROW-6254
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
    Affects Versions: 0.14.1
            Reporter: Dongha Lee


Hi,

I set up a blank rust project, added dependency `parquet = "0.14.1"` and ran `cargo build`. But unfortunately, it with a large error message.

Use used rust nightly: `cargo 1.38.0-nightly` and `rustc 1.38.0-nightly`. It failed both on arch and ubuntu.

I tried to build directly in `.cargo/registry/src/github.com-1ecc6299db9ec823/parquet-0.14.1` but it failed.

I cloned arrow repository and tried to build in the directory `rust/parquet` and it succeeded. But as soon I moved the rust/parquet to some other location, the build failed. So my guess is that the failure has to do something with dependent modules `rust/arrow`.

Is this a known issue? I couldn't find any ticket for that.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)