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 2023/01/03 17:24:47 UTC

[arrow] branch master updated (793e5f6251 -> ceec7950e8)

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 793e5f6251 MINOR: [C++][Parquet] Make DeltaBitPack roundtrip tests faster (#15170)
     add ceec7950e8 ARROW-18436: [C++] Ensure correct (un)escaping of special characters in URI paths (#14974)

No new revisions were added by this update.

Summary of changes:
 .../arrow/engine/substrait/relation_internal.cc    |  3 +-
 cpp/src/arrow/filesystem/localfs_test.cc           |  6 ++-
 cpp/src/arrow/util/uri.cc                          | 46 ++++++++++++++++------
 cpp/src/arrow/util/uri.h                           | 13 +++---
 cpp/src/arrow/util/uri_test.cc                     | 33 +++++++++++++++-
 python/pyarrow/tests/test_fs.py                    |  4 ++
 6 files changed, 83 insertions(+), 22 deletions(-)