This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 442a3ae ARROW-9345: [C++][Dataset] Support casting scalars to
dictionary scalars
add 7ee6942 ARROW-9238: [C++][CI][FlightRPC] increase test coverage of
round-robin under IPC and Flight
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/flight_test.cc | 59 +++++++++++-
cpp/src/arrow/flight/test_util.cc | 47 ++++++++--
cpp/src/arrow/flight/test_util.h | 3 +
cpp/src/arrow/ipc/feather_test.cc | 120 +++++++++++++++++++------
cpp/src/arrow/ipc/read_write_test.cc | 46 +++++++---
cpp/src/arrow/ipc/test_common.cc | 107 ++++++++++++++++++++--
cpp/src/arrow/ipc/test_common.h | 14 +++
cpp/src/arrow/testing/gtest_util.cc | 76 +++++++++++-----
cpp/src/arrow/testing/gtest_util.h | 7 ++
cpp/src/arrow/testing/json_integration_test.cc | 8 +-
cpp/src/arrow/testing/random.cc | 2 +
cpp/src/arrow/testing/random.h | 14 +++
12 files changed, 421 insertions(+), 82 deletions(-)