This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6848da1 ARROW-9262: [Packaging][Linux][CI] Use Ubuntu 18.04 to build
ARM64 packages on Travis CI
add 97e72ee ARROW-9251: [C++] Relocate integration testing JSON code
implementation to src/arrow/testing
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 35 +-
cpp/src/arrow/csv/test_common.h | 12 +-
cpp/src/arrow/filesystem/test_util.h | 25 +-
cpp/src/arrow/flight/test_integration_client.cc | 8 +-
cpp/src/arrow/flight/test_integration_server.cc | 2 +-
cpp/src/arrow/io/test_common.h | 12 +-
cpp/src/arrow/ipc/CMakeLists.txt | 16 -
cpp/src/arrow/ipc/json_integration_test.cc | 395 --------------------
cpp/src/arrow/ipc/test_common.h | 69 ++--
cpp/src/arrow/testing/CMakeLists.txt | 15 +
cpp/src/arrow/testing/extension_type.h | 24 +-
cpp/src/arrow/testing/generator.h | 4 +-
cpp/src/arrow/testing/gtest_util.h | 141 +++----
cpp/src/arrow/{ipc => testing}/json_integration.cc | 75 ++--
cpp/src/arrow/{ipc => testing}/json_integration.h | 44 +--
.../json_integration_test.cc} | 415 +++++++++++++++++++--
cpp/src/arrow/{ipc => testing}/json_internal.cc | 10 +-
cpp/src/arrow/{ipc => testing}/json_internal.h | 38 +-
cpp/src/arrow/testing/random.h | 4 +-
cpp/src/arrow/testing/util.h | 38 +-
cpp/src/arrow/{dataset => testing}/visibility.h | 22 +-
cpp/src/arrow/util/io_util_test.cc | 1 +
22 files changed, 686 insertions(+), 719 deletions(-)
delete mode 100644 cpp/src/arrow/ipc/json_integration_test.cc
rename cpp/src/arrow/{ipc => testing}/json_integration.cc (67%)
rename cpp/src/arrow/{ipc => testing}/json_integration.h (78%)
rename cpp/src/arrow/{ipc/json_test.cc => testing/json_integration_test.cc}
(62%)
rename cpp/src/arrow/{ipc => testing}/json_internal.cc (99%)
rename cpp/src/arrow/{ipc => testing}/json_internal.h (84%)
copy cpp/src/arrow/{dataset => testing}/visibility.h (72%)