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 31a3259 ARROW-6762: [C++] Support reading JSON files with no newline
at end
add a4738cf ARROW-6613: [C++] Minimize usage of boost::filesystem
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 15 +-
cpp/src/arrow/CMakeLists.txt | 4 +
cpp/src/arrow/io/hdfs_internal.cc | 24 +-
cpp/src/arrow/ipc/json_integration_test.cc | 29 +-
cpp/src/arrow/util/io_util.cc | 465 +++++++++++++++++++++++------
cpp/src/arrow/util/io_util.h | 31 +-
cpp/src/arrow/util/io_util_test.cc | 182 +++++++++++
7 files changed, 626 insertions(+), 124 deletions(-)