You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/04/19 09:31:35 UTC

[arrow] branch maint-12.0.0 updated (450caf295e -> b2b915796d)

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

raulcd pushed a change to branch maint-12.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 450caf295e GH-35143: [R][C++] Fixed shape tensor causes broken build on OSX (#35154)
     add 0b574ec6b4 GH-35133: [Go] fix for `math.MaxUint32 overflows int` error in 32-bit arch (#35159)
     add e95089e1ad GH-35115: [C++] Moved util_avx2.cc from acero to compute (#35117)
     add 1c17d94da9 GH-35186: [CI][C++] Improve GoogleTest detection on Windows + vcpkg (#35200)
     add 6d944a034a GH-35192: [Docs] Switch from `logo` to `logo_url` to support sphinx >= 6 (#35194)
     add 00ee100c70 GH-35205: [C++][Gandiva] Don't find system Zstandard when we use bundled one (#35220)
     add 0f54911cc6 GH-35187: [CI][C++] Use the latest arrow-testing (#35227)
     add b2b915796d GH-35206: [C++] Look for Conda OpenSSL in Windows verification (#35225)

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/FindGTestAlt.cmake          | 9 ++++++---
 cpp/src/arrow/CMakeLists.txt                  | 1 +
 cpp/src/arrow/acero/CMakeLists.txt            | 1 -
 cpp/src/arrow/{acero => compute}/util_avx2.cc | 0
 cpp/src/gandiva/CMakeLists.txt                | 2 +-
 cpp/src/gandiva/GandivaConfig.cmake.in        | 3 ++-
 dev/release/verify-release-candidate.bat      | 1 +
 docs/source/_templates/docs-sidebar.html      | 2 +-
 go/arrow/array/dictionary.go                  | 2 +-
 testing                                       | 2 +-
 10 files changed, 14 insertions(+), 9 deletions(-)
 rename cpp/src/arrow/{acero => compute}/util_avx2.cc (100%)