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/11/09 17:29:39 UTC

[arrow] branch master updated (ed8c76e -> f3f4423)

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 ed8c76e  PARQUET-1856: [C++] Avoid failing tests with Snappy support disabled
     add f3f4423  ARROW-14231: [C++] Support casting timestamp with timezone to string

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_string.cc    | 104 ++++++++++++++++++++-
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  69 ++++++++++++++
 .../arrow/compute/kernels/scalar_temporal_unary.cc |  39 ++------
 cpp/src/arrow/compute/kernels/temporal_internal.h  |  39 +++++++-
 cpp/src/arrow/csv/writer_test.cc                   |  37 ++++++--
 5 files changed, 243 insertions(+), 45 deletions(-)