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 2021/08/16 17:55:16 UTC

[arrow] branch master updated (ccab931 -> 6f62649)

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 ccab931  ARROW-13632: [C++] Fix filtering of sliced FixedSizeList array
     add 6f62649  ARROW-12980: [C++] Kernels to extract datetime components should be timezone aware

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_temporal.cc   | 466 +++++++++++++--------
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 298 ++++++++++---
 docs/source/cpp/compute.rst                        |  34 +-
 python/pyarrow/tests/test_compute.py               |  23 +-
 r/configure.win                                    |   2 +-
 r/tests/testthat/test-dplyr-lubridate.R            |  22 +-
 6 files changed, 572 insertions(+), 273 deletions(-)