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/04/02 21:30:55 UTC

[arrow] branch master updated (2f3ed3a -> 3d87a0e)

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 2f3ed3a  ARROW-12052: [Rust] Add Child Data to Arrow's C FFI implementation.  …
     add 3d87a0e  ARROW-12161: [C++] Async streaming CSV reader deadlocking when being run synchronously from datasets

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc       | 132 ++++++++++++++++-----------
 cpp/src/arrow/dataset/file_base.h        |   2 +-
 cpp/src/arrow/dataset/file_csv.cc        |  66 +++++++++-----
 cpp/src/arrow/dataset/file_test.cc       |  29 ++++++
 cpp/src/arrow/dataset/scanner.cc         |  32 +++++--
 cpp/src/arrow/dataset/scanner.h          |   4 +
 cpp/src/arrow/dataset/scanner_internal.h |  97 +++++++++++++++++++-
 cpp/src/arrow/dataset/scanner_test.cc    |  15 +++
 cpp/src/arrow/dataset/test_util.h        | 151 +++++++++++++++++++++++++++++++
 cpp/src/arrow/util/async_generator.h     |  34 +++++++
 r/tests/testthat/test-dataset.R          |   1 +
 11 files changed, 480 insertions(+), 83 deletions(-)