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/03/24 12:26:21 UTC

[arrow] branch master updated (61d7cd3 -> 43caa2a)

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 61d7cd3  ARROW-11883: [C++] Add ConcatMap, MergeMap, and an async-reentrant version of Map
     add 43caa2a  ARROW-12065: [C++][Python] Fix segfault reading JSON file

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/json/CMakeLists.txt          |  1 +
 cpp/src/arrow/json/chunked_builder.cc      | 46 ++++++++-------
 cpp/src/arrow/json/chunked_builder_test.cc | 95 ++++++++++++++++++------------
 cpp/src/arrow/json/converter.cc            | 12 ++--
 cpp/src/arrow/json/parser.cc               |  5 +-
 cpp/src/arrow/json/parser_test.cc          | 15 +++--
 cpp/src/arrow/json/reader.cc               | 12 ++--
 cpp/src/arrow/json/reader_test.cc          | 10 ----
 cpp/src/arrow/json/test_common.h           | 29 ++++++++-
 python/pyarrow/tests/test_json.py          | 19 ++++++
 10 files changed, 153 insertions(+), 91 deletions(-)