This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new b1fd796  ARROW-4271: [Rust] Move Parquet specific info to Parquet 
Readme
b1fd796 is described below

commit b1fd7961defb12aa5cf7edd0b3b989e21f1b505f
Author: Paddy Horan <[email protected]>
AuthorDate: Thu Jan 17 15:27:47 2019 +0100

    ARROW-4271: [Rust] Move Parquet specific info to Parquet Readme
    
    The arrow readme contains parquet specific info that was copied over from 
the top level readme, it should be moved to the parquet readme.
    
    Author: Paddy Horan <[email protected]>
    
    Closes #3412 from paddyhoran/readme-update and squashes the following 
commits:
    
    38538de7 <Paddy Horan> Moved parquet specific info to correct Readme.
---
 rust/arrow/README.md   | 7 -------
 rust/parquet/README.md | 3 +++
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/rust/arrow/README.md b/rust/arrow/README.md
index 9df2dd2..b2fd520 100644
--- a/rust/arrow/README.md
+++ b/rust/arrow/README.md
@@ -37,13 +37,6 @@ is developed and tested against nightly Rust.  The current 
status is:
 - [ ] Arrow IPC
 - [ ] Interop tests with other implementations
 
-## Dependencies
-
-Parquet support for Apache Arrow requires LLVM.  Our windows CI image
-includes LLVM but to build the libraries locally windows users will have
-to install LLVM. Follow [this](https://github.com/appveyor/ci/issues/2651)
-link for info.
-
 ## Examples
 
 The examples folder shows how to construct some different types of Arrow
diff --git a/rust/parquet/README.md b/rust/parquet/README.md
index e9238ff..de82186 100644
--- a/rust/parquet/README.md
+++ b/rust/parquet/README.md
@@ -74,6 +74,9 @@ version is available. Then simply update version of 
`parquet-format` crate in Ca
 See [Working with nightly 
Rust](https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md#working-with-nightly-rust)
 to install nightly toolchain and set it as default.
 
+Parquet requires LLVM.  Our windows CI image includes LLVM but to build the 
libraries locally windows
+users will have to install LLVM. Follow 
[this](https://github.com/appveyor/ci/issues/2651) link for info.
+
 ## Build
 Run `cargo build` or `cargo build --release` to build in release mode.
 Some features take advantage of SSE4.2 instructions, which can be

Reply via email to