This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 6ff1640 ARROW-7884: [C++] Relax concurrency rules around GetSize()
add 4e53749 ARROW-7863: [C++][Python][CI] Ensure running HDFS related
tests
No new revisions were added by this update.
Summary of changes:
ci/docker/conda-python-hdfs.dockerfile | 4 +-
ci/scripts/integration_hdfs.sh | 32 +++++++++++++++-
cpp/src/arrow/filesystem/hdfs.cc | 42 ++-------------------
cpp/src/arrow/filesystem/hdfs.h | 2 -
cpp/src/arrow/filesystem/hdfs_test.cc | 57 +++++-----------------------
cpp/src/arrow/io/hdfs.cc | 11 +-----
cpp/src/arrow/io/hdfs.h | 6 ---
cpp/src/arrow/io/hdfs_internal.cc | 52 -------------------------
cpp/src/arrow/io/hdfs_internal.h | 1 -
cpp/src/arrow/io/hdfs_test.cc | 69 ++++++++++------------------------
python/pyarrow/__init__.py | 2 +-
python/pyarrow/_hdfs.pyx | 24 +-----------
python/pyarrow/hdfs.py | 12 ++----
python/pyarrow/io-hdfs.pxi | 25 ++----------
python/pyarrow/tests/test_fs.py | 6 ---
python/pyarrow/tests/test_hdfs.py | 34 +++++------------
16 files changed, 84 insertions(+), 295 deletions(-)