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/12/09 13:06:39 UTC

[arrow] branch master updated (5b805d7 -> d78b322)

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 5b805d7  ARROW-13832: [Doc] Improve compute documentation
     add d78b322  ARROW-14426: [C++] Add a minimum_row_group_size to dataset writing

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset_writer.cc      | 295 +++++++++++++++------------
 cpp/src/arrow/dataset/dataset_writer_test.cc |  89 +++++++-
 cpp/src/arrow/dataset/file_base.h            |  12 ++
 cpp/src/arrow/table.cc                       |   8 +
 cpp/src/arrow/table.h                        |   9 +
 cpp/src/arrow/util/async_util.cc             |  28 ++-
 cpp/src/arrow/util/async_util.h              |  10 +-
 cpp/src/arrow/util/async_util_test.cc        |  46 +++++
 8 files changed, 352 insertions(+), 145 deletions(-)