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 09eac5d  ARROW-7168: [Python] Respect the specified dictionary type 
for pd.Categorical conversion
     add c20aaa0  ARROW-7161: [C++] Migrate filesystem APIs from Status to 
Result

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/discovery.cc              |   3 +-
 cpp/src/arrow/dataset/file_base.cc              |   7 +-
 cpp/src/arrow/filesystem/filesystem.cc          |  91 ++++++++++----------
 cpp/src/arrow/filesystem/filesystem.h           |  71 ++++++++--------
 cpp/src/arrow/filesystem/filesystem_test.cc     |  71 ++++++++--------
 cpp/src/arrow/filesystem/hdfs.cc                |  88 +++++++++-----------
 cpp/src/arrow/filesystem/hdfs.h                 |  23 +++--
 cpp/src/arrow/filesystem/hdfs_test.cc           |  26 +++---
 cpp/src/arrow/filesystem/localfs.cc             | 106 ++++++++++++------------
 cpp/src/arrow/filesystem/localfs.h              |  23 +++--
 cpp/src/arrow/filesystem/localfs_test.cc        |  12 +--
 cpp/src/arrow/filesystem/mockfs.cc              |  71 +++++++---------
 cpp/src/arrow/filesystem/mockfs.h               |  23 +++--
 cpp/src/arrow/filesystem/path_tree_test.cc      |   4 +-
 cpp/src/arrow/filesystem/s3fs.cc                |  73 +++++++---------
 cpp/src/arrow/filesystem/s3fs.h                 |  22 ++---
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc |  31 ++++---
 cpp/src/arrow/filesystem/s3fs_test.cc           |  86 ++++++++++---------
 cpp/src/arrow/filesystem/test_util.cc           |  92 ++++++++++----------
 cpp/src/arrow/python/common.h                   |   6 +-
 python/pyarrow/_fs.pyx                          |  12 +--
 python/pyarrow/_s3fs.pyx                        |   3 +-
 python/pyarrow/includes/common.pxd              |   2 +-
 python/pyarrow/includes/libarrow.pxd            |  25 +++---
 python/pyarrow/includes/libarrow_s3fs.pxd       |   2 +-
 python/pyarrow/ipc.pxi                          |  19 ++---
 r/src/filesystem.cpp                            |  26 ++----
 27 files changed, 468 insertions(+), 550 deletions(-)

Reply via email to