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 0bce440  ARROW-15173: [R] Provide backward compatibility for bridge to 
older versions of pyarrow
     add bafaa76  ARROW-15265: [C++] Fix hang in dataset writer with 
kDeleteMatchingPartitions and #partitions >= 8

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-dataset-glib/file-format.cpp |   2 +-
 cpp/src/arrow/dataset/dataset_writer.cc   |  28 +++--
 cpp/src/arrow/dataset/file_base.cc        |   5 +-
 cpp/src/arrow/dataset/file_base.h         |   4 +-
 cpp/src/arrow/dataset/file_csv.cc         |   6 +-
 cpp/src/arrow/dataset/file_csv.h          |   2 +-
 cpp/src/arrow/dataset/file_csv_test.cc    |   6 +-
 cpp/src/arrow/dataset/file_ipc.cc         |   5 +-
 cpp/src/arrow/dataset/file_ipc.h          |   2 +-
 cpp/src/arrow/dataset/file_parquet.cc     |   5 +-
 cpp/src/arrow/dataset/file_parquet.h      |   2 +-
 cpp/src/arrow/dataset/test_util.h         |  10 +-
 cpp/src/arrow/filesystem/filesystem.cc    |   6 ++
 cpp/src/arrow/filesystem/filesystem.h     |   3 +
 cpp/src/arrow/filesystem/s3fs.cc          | 164 +++++++++++++++++-------------
 cpp/src/arrow/filesystem/s3fs.h           |   1 +
 cpp/src/arrow/filesystem/s3fs_test.cc     |  34 +++++++
 cpp/src/arrow/io/interfaces.cc            |   5 +
 cpp/src/arrow/io/interfaces.h             |   7 ++
 19 files changed, 196 insertions(+), 101 deletions(-)

Reply via email to