[
https://issues.apache.org/jira/browse/ARROW-6254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16908433#comment-16908433
]
Dongha Lee commented on ARROW-6254:
-----------------------------------
As far as I remember, it didn't work. But I can double check it later.
And in `rust/parquet` I couldn't find any line `extern crate arrow`. I am a
rust newbie, but I guess it's always using the local dependencies.
> [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
> Priority: Major
>
> 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)