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/09/02 11:04:43 UTC

[arrow] branch master updated (bbecb6a -> 495c734)

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 bbecb6a  ARROW-13067: [C++][Compute] Implement integer to decimal cast
     add 495c734  ARROW-13846: [C++] Fix crashes on invalid IPC file

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/fuzzing/generate_corpuses.sh |  9 +++-
 cpp/src/arrow/array/array_test.cc              | 69 ++++++++++++++++++++++++++
 cpp/src/arrow/array/util.cc                    | 26 ++++++----
 cpp/src/arrow/type.cc                          |  2 +
 testing                                        |  2 +-
 5 files changed, 96 insertions(+), 12 deletions(-)