This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 8bc7fe9  ARROW-7758: [Python] Safe cast to nanosecond timestamps in 
to_pandas conversion
     add d6889f7  ARROW-7761: [C++][Python] Support S3 URIs

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/dataset-parquet-scan-example.cc | 12 ++-
 cpp/src/arrow/filesystem/filesystem.cc             | 15 +++-
 cpp/src/arrow/filesystem/s3fs.cc                   | 90 ++++++++++++++++++++--
 cpp/src/arrow/filesystem/s3fs.h                    | 11 +++
 cpp/src/arrow/filesystem/s3fs_test.cc              | 64 +++++++++++++++
 cpp/src/arrow/util/uri.cc                          | 30 ++++++++
 cpp/src/arrow/util/uri.h                           | 14 ++++
 cpp/src/arrow/util/uri_test.cc                     | 48 ++++++++++++
 python/pyarrow/tests/test_fs.py                    | 20 +++++
 9 files changed, 295 insertions(+), 9 deletions(-)

Reply via email to