You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by wj...@apache.org on 2023/01/12 20:24:20 UTC

[arrow] branch master updated (3146588a0c -> 427a865fc1)

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

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


    from 3146588a0c ARROW-16782: [Format] Add REE definitions to FlatBuffers (#14176)
     add 427a865fc1 GH-15216: [C++][Parquet] Parquet writer accepts RecordBatch (#15240)

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 149 ++++++++++++++++++++++
 cpp/src/parquet/arrow/writer.cc                   |  98 ++++++++++++--
 cpp/src/parquet/arrow/writer.h                    |  19 +++
 cpp/src/parquet/file_writer.cc                    |   4 +
 cpp/src/parquet/file_writer.h                     |   6 +
 5 files changed, 266 insertions(+), 10 deletions(-)