You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/04/19 11:51:38 UTC

[arrow] branch master updated (2d791b4 -> 1dc8f94)

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

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


    from 2d791b4  ARROW-12395: Create RunInSerialExecutor benchmark
     add 1dc8f94  ARROW-7906: [C++] [Python] Add ORC write support

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/basic-data-type.cpp      |   3 +
 c_glib/test/helper/buildable.rb            |  35 +-
 c_glib/test/test-orc-file-reader.rb        |  52 +-
 cpp/src/arrow/adapters/orc/adapter.cc      | 188 +++++--
 cpp/src/arrow/adapters/orc/adapter.h       |  35 +-
 cpp/src/arrow/adapters/orc/adapter_test.cc | 556 +++++++++++++++++++-
 cpp/src/arrow/adapters/orc/adapter_util.cc | 787 ++++++++++++++++++++++++++---
 cpp/src/arrow/adapters/orc/adapter_util.h  |  18 +-
 cpp/src/arrow/testing/random.cc            |  15 +-
 cpp/src/arrow/testing/random.h             |  13 +
 python/pyarrow/_orc.pxd                    |  10 +-
 python/pyarrow/_orc.pyx                    |  30 +-
 python/pyarrow/orc.py                      |  53 ++
 python/pyarrow/tests/test_orc.py           |  77 +--
 ruby/red-arrow/test/test-orc.rb            |  42 +-
 15 files changed, 1673 insertions(+), 241 deletions(-)