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/04/13 22:09:45 UTC

[arrow] branch master updated (712b8f2 -> 3725aaa)

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 712b8f2  ARROW-8386: [Python] Fix error when pyarrow.jvm gets an empty vector
     add 3725aaa  ARROW-8295: [C++][Dataset] Push down projection to IpcReadOptions

No new revisions were added by this update.

Summary of changes:
 c_glib/test/test-feather-file-reader.rb |   2 +-
 cpp/src/arrow/dataset/file_ipc.cc       |  65 ++++++++++---------
 cpp/src/arrow/ipc/CMakeLists.txt        |  40 +++++++++++-
 cpp/src/arrow/ipc/feather.cc            |  16 +----
 cpp/src/arrow/ipc/options.h             |   5 +-
 cpp/src/arrow/ipc/read_write_test.cc    | 107 ++++++++++++++------------------
 cpp/src/arrow/ipc/reader.cc             | 104 ++++++++++++++++++-------------
 7 files changed, 188 insertions(+), 151 deletions(-)