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

Paddy Horan commented on ARROW-6254:
------------------------------------

This is not a known error, we use relative paths within the workspace for 
development like 
[here]([https://github.com/apache/arrow/blob/master/rust/parquet/Cargo.toml#L43]).
  I guess when publishing to creates.io we need to publish arrow, parquet then 
datafusion and update the Cargo.toml for parquet and datafusion before we 
publish.

If you change parquet's Cargo.toml to: arrow = "0.14.1" does it compile when 
moved as you described above?

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

Reply via email to