You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/06/10 12:26:34 UTC

[arrow] branch master updated (cea3117 -> 224c60e)

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 cea3117  ARROW-9071: [C++] Fixed a bug in MakeArrayOfNull
     add 224c60e  ARROW-9087: [C++] Support additional HDFS options

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/hdfs.cc        | 21 +++++++++++++++++++++
 cpp/src/arrow/filesystem/hdfs.h         |  1 +
 cpp/src/arrow/filesystem/hdfs_test.cc   |  9 ++++++++-
 cpp/src/arrow/io/hdfs.cc                |  2 +-
 python/pyarrow/_hdfs.pyx                |  8 +++++++-
 python/pyarrow/includes/libarrow_fs.pxd |  1 +
 python/pyarrow/tests/test_fs.py         |  6 +++++-
 7 files changed, 44 insertions(+), 4 deletions(-)