You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/01/14 16:57:18 UTC

[arrow] branch master updated (8e6a524 -> 90c0459)

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

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


    from 8e6a524  ARROW-7561: [Doc][Python] Add missing conda_env_gandiva.yml in python.rst
     add 90c0459  PARQUET-1701: [C++] Stream API: Add support for optional fields

No new revisions were added by this update.

Summary of changes:
 .../parquet-stream-api/stream-reader-writer.cc     |  72 ++-
 cpp/src/parquet/stream_reader.cc                   | 175 +++++-
 cpp/src/parquet/stream_reader.h                    | 127 +++-
 cpp/src/parquet/stream_reader_test.cc              | 683 ++++++++++++++++-----
 cpp/src/parquet/stream_writer.cc                   | 110 +++-
 cpp/src/parquet/stream_writer.h                    |  75 ++-
 cpp/src/parquet/stream_writer_test.cc              | 390 ++++++++----
 7 files changed, 1287 insertions(+), 345 deletions(-)