You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/03/23 12:31:57 UTC

[arrow] branch master updated (968a11a -> 76198c3)

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

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


    from 968a11a  ARROW-8182 [Packaging] Increment the version number detected from the latest git tag
     add 76198c3  ARROW-8088: [C++][Dataset] Support dictionary partition columns

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc                |  14 ++++
 cpp/src/arrow/builder.cc              |   4 +-
 cpp/src/arrow/dataset/dataset_test.cc |  60 +++++++++++----
 cpp/src/arrow/ipc/json_simple.cc      |  29 ++++++--
 cpp/src/arrow/ipc/json_simple.h       |   6 +-
 cpp/src/arrow/ipc/json_simple_test.cc |  40 ++++++++--
 cpp/src/arrow/scalar.cc               |  79 ++++++++++++--------
 cpp/src/arrow/scalar.h                | 133 ++++++++++++++++------------------
 cpp/src/arrow/testing/gtest_util.cc   |   9 +++
 cpp/src/arrow/testing/gtest_util.h    |  10 ++-
 10 files changed, 250 insertions(+), 134 deletions(-)