You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/12/13 15:03:16 UTC

[arrow] branch master updated (dee4ba3 -> 11be9c5)

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

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


    from dee4ba3  ARROW-13756: [Python] Error in pandas conversion for datetimetz column index
     add 11be9c5  ARROW-14737: [C++][Dataset] Support URI-decoding partition keys

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/partition.cc      |  9 ++--
 cpp/src/arrow/dataset/partition_test.cc | 47 ++++++++++++++++++++
 python/pyarrow/tests/test_dataset.py    | 79 +++++++++++++++++++++++++++++++++
 r/tests/testthat/test-dataset.R         | 51 +++++++++++++++++++++
 4 files changed, 183 insertions(+), 3 deletions(-)