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 2022/11/02 10:39:33 UTC

[arrow] branch master updated (a1b161e85a -> b41bd80187)

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 a1b161e85a ARROW-17640: [C++] Add File Handling Test cases for GlobFile handling in Substrait Read (#14132)
     add b41bd80187 ARROW-15822: [C++] Cast duration to string (thus CSV writing) not supported (#14450)

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_string.cc    | 12 ++--
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  |  9 +++
 cpp/src/arrow/csv/writer_test.cc                   | 70 ++++++++++++----------
 cpp/src/arrow/type.cc                              | 10 ++++
 cpp/src/arrow/type.h                               |  3 +
 5 files changed, 67 insertions(+), 37 deletions(-)