You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by su...@apache.org on 2019/05/09 18:57:07 UTC

[arrow] branch master updated (0034ef2 -> 9851a3e)

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

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


    from 0034ef2  ARROW-5222: [Python] Revise pyarrow installation instructions for macOS
     add 9851a3e  ARROW-5281: [Rust] Extract DataPageBuilder to test common

No new revisions were added by this update.

Summary of changes:
 rust/parquet/src/column/reader.rs              | 140 +---------------------
 rust/parquet/src/util/test_common/mod.rs       |   1 +
 rust/parquet/src/util/test_common/page_util.rs | 157 +++++++++++++++++++++++++
 3 files changed, 161 insertions(+), 137 deletions(-)
 create mode 100644 rust/parquet/src/util/test_common/page_util.rs