You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/09/23 19:25:20 UTC

[arrow] branch master updated (953ac8a -> dd6c325)

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 953ac8a  ARROW-13448: [R] Bindings for strftime
     add dd6c325  ARROW-14024: [C++] Test that batch size is respected for IPC/CSV

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset_internal.h   | 24 ++++++++
 cpp/src/arrow/dataset/file_csv.cc          | 16 +++---
 cpp/src/arrow/dataset/file_csv_test.cc     |  1 +
 cpp/src/arrow/dataset/file_ipc.cc          | 23 +++++++-
 cpp/src/arrow/dataset/file_ipc_test.cc     |  1 +
 cpp/src/arrow/dataset/test_util.h          | 18 ++++++
 cpp/src/arrow/util/async_generator.h       | 80 ++++++++++++++++++--------
 cpp/src/arrow/util/async_generator_test.cc | 91 ++++++++++++++++++++++++++++++
 8 files changed, 221 insertions(+), 33 deletions(-)