This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 2756a03  ARROW-12067: [Python][Doc] Document pyarrow_(un)wrap_scalar
     add 9e3aa85  ARROW-11887: [C++] Add asynchronous read to streaming CSV 
reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/reader.cc                | 320 +++++++++++++++++------------
 cpp/src/arrow/csv/reader.h                 |  16 +-
 cpp/src/arrow/csv/reader_test.cc           |  55 +++++
 cpp/src/arrow/record_batch.h               |   9 +
 cpp/src/arrow/util/async_generator.h       |   6 +-
 cpp/src/arrow/util/async_generator_test.cc |   6 +-
 cpp/src/arrow/util/future.cc               |   2 +
 cpp/src/arrow/util/future.h                |   4 +-
 cpp/src/arrow/util/thread_pool.h           |  13 +-
 9 files changed, 291 insertions(+), 140 deletions(-)

Reply via email to