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/06/02 09:45:34 UTC

[arrow] branch master updated (14016e9 -> f3344dc)

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 14016e9  ARROW-12722: [R] Raise error when attemping to print table with duplicated naming
     add f3344dc  ARROW-12859: [C++] Add ScalarFromJSON for testing

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/chunked_array.cc        | 27 ++++++++++++++++++
 cpp/src/arrow/chunked_array.h         |  4 +++
 cpp/src/arrow/ipc/json_simple.cc      | 21 ++++++++++++++
 cpp/src/arrow/ipc/json_simple.h       |  4 +++
 cpp/src/arrow/ipc/json_simple_test.cc | 54 ++++++++++++++++++++++++++++++++++-
 cpp/src/arrow/testing/gtest_util.cc   | 49 +++++++++++++++++++++++++++++++
 cpp/src/arrow/testing/gtest_util.h    | 10 +++++++
 7 files changed, 168 insertions(+), 1 deletion(-)