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 dd5b768  ARROW-9236: [Rust] CSV WriterBuilder never writes header
     add 2bd2fc4  ARROW-9261: [Python] Fix CA certificate lookup with S3 
filesystem on manylinux

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc        |  5 ++++
 cpp/src/arrow/filesystem/filesystem.h         | 20 +++++++++++++++
 cpp/src/arrow/filesystem/s3fs.cc              | 17 +++++++++++++
 cpp/src/arrow/filesystem/s3fs.h               |  7 ++++++
 cpp/src/arrow/filesystem/util_internal.cc     |  2 ++
 cpp/src/arrow/filesystem/util_internal.h      |  2 ++
 cpp/src/arrow/python/CMakeLists.txt           |  1 -
 cpp/src/arrow/python/arrow_to_pandas.cc       |  1 -
 cpp/src/arrow/python/common.h                 |  2 --
 cpp/src/arrow/python/config.cc                | 33 ------------------------
 cpp/src/arrow/python/config.h                 | 36 ---------------------------
 cpp/src/arrow/python/flight.h                 |  1 -
 cpp/src/arrow/python/io.h                     |  4 +--
 cpp/src/arrow/python/numpy_to_arrow.cc        |  1 -
 dev/tasks/python-wheels/manylinux-test.sh     |  5 ++--
 python/manylinux1/scripts/build_aws_sdk.sh    |  1 +
 python/manylinux1/scripts/build_curl.sh       |  2 ++
 python/manylinux201x/scripts/build_aws_sdk.sh |  1 +
 python/manylinux201x/scripts/build_curl.sh    |  2 ++
 python/pyarrow/_fs.pyx                        | 32 ++++++++++++++++++++++--
 python/pyarrow/_hdfs.pyx                      | 28 ++++++++++++---------
 python/pyarrow/_s3fs.pyx                      | 34 +++++++++++++++++--------
 python/pyarrow/fs.py                          |  3 ++-
 python/pyarrow/includes/libarrow.pxd          | 10 +++-----
 python/pyarrow/includes/libarrow_fs.pxd       | 11 ++++++++
 python/pyarrow/lib.pyx                        | 13 +++++-----
 python/pyarrow/tests/test_fs.py               | 26 +++++++++++++------
 27 files changed, 173 insertions(+), 127 deletions(-)
 delete mode 100644 cpp/src/arrow/python/config.cc
 delete mode 100644 cpp/src/arrow/python/config.h

Reply via email to