This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 43d00e9 ARROW-12015: [Rust] [DataFusion] Integrate doc-comment crate
to ensure readme examples remain valid
add c7b8abf ARROW-11745: [C++] Add helper to generate random record
batches by schema
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/filesystem/s3fs_benchmark.cc | 37 ++-
cpp/src/arrow/testing/CMakeLists.txt | 4 +
cpp/src/arrow/testing/random.cc | 372 ++++++++++++++++++++++++++++-
cpp/src/arrow/testing/random.h | 65 +++++
cpp/src/arrow/testing/random_test.cc | 331 +++++++++++++++++++++++++
cpp/src/arrow/type.cc | 6 +
cpp/src/arrow/type_fwd.h | 11 +
7 files changed, 794 insertions(+), 32 deletions(-)
create mode 100644 cpp/src/arrow/testing/random_test.cc