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 f2e8f85 ARROW-6773: [C++] Fix filter kernel when filtering with a
boolean Array slice
add 31a3259 ARROW-6762: [C++] Support reading JSON files with no newline
at end
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/json/chunked_builder.cc | 55 ++++++++++++----------
cpp/src/arrow/json/chunked_builder.h | 2 +-
cpp/src/arrow/json/chunker.cc | 75 +++++++++++++++++++++++------
cpp/src/arrow/json/chunker.h | 33 +++++++++++--
cpp/src/arrow/json/chunker_test.cc | 88 +++++++++++++++++++++++++++++++----
cpp/src/arrow/json/options.h | 3 +-
cpp/src/arrow/json/reader.cc | 64 +++++++++++++++----------
cpp/src/arrow/json/reader_test.cc | 16 +++++++
python/pyarrow/tests/test_json.py | 83 +++++++++++++++++++++++++++++++++
9 files changed, 338 insertions(+), 81 deletions(-)