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 2022/02/17 11:02:38 UTC

[arrow] branch master updated (afaa92e -> ed25c61)

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 afaa92e  ARROW-15709: [C++] Compilation of ARROW_ENGINE fails if doing an "inline" build
     add ed25c61  ARROW-14153: [C++][Dataset] Add support for batch_size in the ORC Scanner

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/adapters/orc/adapter.cc      | 30 +++++++++++--
 cpp/src/arrow/adapters/orc/adapter.h       | 71 +++++++++++++++++++-----------
 cpp/src/arrow/adapters/orc/adapter_test.cc | 23 ++++++++++
 cpp/src/arrow/dataset/file_orc.cc          | 22 ++++-----
 cpp/src/arrow/dataset/file_orc_test.cc     |  4 +-
 5 files changed, 106 insertions(+), 44 deletions(-)