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/12/13 16:02:52 UTC

[arrow] branch master updated (375372b7ca -> fe5c9fe3cb)

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 375372b7ca GH-14927 : [Dev] Crossbow submit does not work with fine grained PATs  (#14928)
     add fe5c9fe3cb ARROW-17932: [C++] Implement streaming RecordBatchReader for JSON (#14355)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/json/reader.cc      | 533 +++++++++++++++++++++++++++-------
 cpp/src/arrow/json/reader.h       |  78 ++++-
 cpp/src/arrow/json/reader_test.cc | 581 ++++++++++++++++++++++++++++++++++++++
 docs/source/cpp/api/formats.rst   |   3 +
 docs/source/cpp/json.rst          |  57 +++-
 5 files changed, 1138 insertions(+), 114 deletions(-)