You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/08/30 05:09:19 UTC

[arrow] branch dependabot/pip/python/numpy-1.22.0 updated (e27f922cc8 -> 4da1068c23)

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

github-bot pushed a change to branch dependabot/pip/python/numpy-1.22.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


 discard e27f922cc8 Bump numpy from 1.21.3 to 1.22.0 in /python
     add ae8ceb633a ARROW-17247: [C++][Docs] Include visibilty to ExecPlan APIs in Acero Docs (#13741)
     add 1b9c57e208 ARROW-17453: [Go][C++][Parquet] Inconsistent Data with Repetition Levels (#13982)
     add 80bba29961 ARROW-17463: [R] Avoid unnecessary projections (#13954)
     add bd768506c7 ARROW-17536: [Packaging][RPM][Gandiva] Fix build error on CentOS Stream 9 (#13984)
     add 6f302a3070 ARROW-17449: [Python] Better repr for Buffer, MemoryPool, NativeFile and Codec (#13921)
     add 9d867558b5 ARROW-17527: [Go] Implement Cast to Boolean Functions (#13974)
     add b8c04c8558 MINOR: [Archery] Improve crossbow report-pr ergonomics (#13994)
     add 07e7009154 ARROW-17553: [Go] Enable flight.Server to register additional grpc services (#13995)
     add 7035def5ba ARROW-17554: [Python][Packaging] Stop producing macOS Mavericks wheels (#13996)
     add 9f2a4b0b7f MINOR: [Docs] Fix typo in step-by-step building docs (#13998)
     add 15d6959631 MINOR: [Ruby] Fixed credential information of ClickHouse API (#13999)
     add d7eea09ba8 ARROW-17293: [Java][CI] Prune java nightly builds (#13839)
     add b43c6f6b18 ARROW-17079: [C++] Improve error messages for AWS S3 calls (#13979)
     add 93b63e8f3b ARROW-12175: [C++] Fix CMake packages (#13892)
     add 4da1068c23 Bump numpy from 1.21.3 to 1.22.0 in /python

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e27f922cc8)
            \
             N -- N -- N   refs/heads/dependabot/pip/python/numpy-1.22.0 (4da1068c23)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/java_nightly.yml                 |  50 ++-
 ci/scripts/install_osx_sdk.sh                      |  41 --
 ci/scripts/python_wheel_macos_build.sh             |   4 +-
 ci/scripts/python_wheel_manylinux_build.sh         |   2 +-
 ci/scripts/python_wheel_windows_build.bat          |   1 +
 cpp/CMakeLists.txt                                 |  70 +---
 cpp/cmake_modules/BuildUtils.cmake                 |  89 ++--
 cpp/cmake_modules/FindArrow.cmake                  | 466 ---------------------
 cpp/cmake_modules/FindArrowCUDA.cmake              |  88 ----
 cpp/cmake_modules/FindArrowDataset.cmake           |  88 ----
 cpp/cmake_modules/FindArrowFlight.cmake            |  89 ----
 cpp/cmake_modules/FindArrowFlightSql.cmake         |  93 ----
 cpp/cmake_modules/FindArrowFlightTesting.cmake     |  98 -----
 cpp/cmake_modules/FindArrowPython.cmake            |  87 ----
 cpp/cmake_modules/FindArrowPythonFlight.cmake      |  94 -----
 cpp/cmake_modules/FindArrowSubstrait.cmake         |  92 ----
 cpp/cmake_modules/FindArrowTesting.cmake           |  89 ----
 cpp/cmake_modules/FindBrotli.cmake                 |   4 +
 cpp/cmake_modules/FindClangTools.cmake             |  17 +-
 cpp/cmake_modules/FindGLOG.cmake                   |   4 +
 cpp/cmake_modules/FindGandiva.cmake                |  94 -----
 cpp/cmake_modules/FindLLVMAlt.cmake                |  33 +-
 cpp/cmake_modules/FindORC.cmake                    |   4 +
 cpp/cmake_modules/FindOpenSSLAlt.cmake             |  59 +--
 cpp/cmake_modules/FindParquet.cmake                | 126 ------
 cpp/cmake_modules/FindPlasma.cmake                 | 102 -----
 cpp/cmake_modules/FindPython3Alt.cmake             |   4 +
 cpp/cmake_modules/FindRapidJSONAlt.cmake           |   4 +
 cpp/cmake_modules/FindSQLite3Alt.cmake             |   4 +
 cpp/cmake_modules/FindSnappyAlt.cmake              |   4 +
 cpp/cmake_modules/FindThrift.cmake                 |   4 +
 cpp/cmake_modules/Findc-aresAlt.cmake              |   4 +
 cpp/cmake_modules/FindgRPCAlt.cmake                |   4 +
 cpp/cmake_modules/FindgflagsAlt.cmake              |   4 +
 cpp/cmake_modules/Findjemalloc.cmake               |   4 +
 cpp/cmake_modules/Findlibrados.cmake               |   4 +
 cpp/cmake_modules/Findlz4Alt.cmake                 |   4 +
 cpp/cmake_modules/Findre2Alt.cmake                 |   4 +
 cpp/cmake_modules/Findutf8proc.cmake               |   4 +
 cpp/cmake_modules/Findzstd.cmake                   |   4 +
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |  50 +--
 cpp/examples/minimal_build/CMakeLists.txt          |   6 +-
 cpp/examples/parquet/parquet_arrow/CMakeLists.txt  |   5 +-
 cpp/src/arrow/ArrowConfig.cmake.in                 | 161 +++++--
 cpp/src/arrow/ArrowTestingConfig.cmake.in          |  14 +-
 cpp/src/arrow/CMakeLists.txt                       |  41 +-
 cpp/src/arrow/compute/api.h                        |   7 +-
 cpp/src/arrow/compute/exec.h                       |   6 +
 cpp/src/arrow/compute/exec/exec_plan.h             |   5 +
 cpp/src/arrow/dataset/ArrowDatasetConfig.cmake.in  |  14 +-
 cpp/src/arrow/dataset/CMakeLists.txt               |  30 +-
 cpp/src/arrow/engine/ArrowSubstraitConfig.cmake.in |  14 +-
 cpp/src/arrow/engine/CMakeLists.txt                |   6 +-
 cpp/src/arrow/filesystem/s3_internal.h             |  46 +-
 cpp/src/arrow/filesystem/s3fs.cc                   |  48 +--
 cpp/src/arrow/filesystem/s3fs_benchmark.cc         |   6 +-
 cpp/src/arrow/filesystem/s3fs_test.cc              |  14 +-
 cpp/src/arrow/flight/ArrowFlightConfig.cmake.in    |  14 +-
 .../arrow/flight/ArrowFlightTestingConfig.cmake.in |  14 +-
 cpp/src/arrow/flight/CMakeLists.txt                |  42 +-
 .../arrow/flight/sql/ArrowFlightSqlConfig.cmake.in |  14 +-
 cpp/src/arrow/flight/transport/ucx/CMakeLists.txt  |   2 -
 cpp/src/arrow/gpu/ArrowCUDAConfig.cmake.in         |  14 +-
 cpp/src/arrow/gpu/CMakeLists.txt                   |   5 +
 cpp/src/gandiva/CMakeLists.txt                     |  63 ++-
 cpp/src/gandiva/GandivaConfig.cmake.in             |  15 +-
 cpp/src/parquet/CMakeLists.txt                     |  14 +-
 cpp/src/parquet/ParquetConfig.cmake.in             |  14 +-
 cpp/src/parquet/column_reader.cc                   |   5 +-
 cpp/src/parquet/column_reader_test.cc              |  33 ++
 cpp/src/plasma/CMakeLists.txt                      |  29 +-
 cpp/src/plasma/PlasmaConfig.cmake.in               |  25 +-
 dev/archery/archery/crossbow/cli.py                |   4 +-
 dev/archery/archery/crossbow/core.py               |  14 +-
 dev/archery/archery/utils/lint.py                  |   1 +
 dev/release/verify-release-candidate.sh            |   8 +-
 dev/tasks/conda-recipes/arrow-cpp/meta.yaml        |   6 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |   6 +-
 .../apache-arrow/debian/libarrow-cuda-dev.install  |   4 +-
 .../debian/libarrow-dataset-dev.install            |   4 +-
 .../apache-arrow/debian/libarrow-dev.install       |   8 +-
 .../debian/libarrow-flight-dev.install             |   4 +-
 .../debian/libarrow-flight-sql-dev.install         |   4 +-
 .../apache-arrow/debian/libgandiva-dev.install     |   4 +-
 .../apache-arrow/debian/libparquet-dev.install     |   4 +-
 .../apache-arrow/debian/libplasma-dev.install      |   4 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  48 +--
 .../apache-arrow/yum/centos-9-stream/Dockerfile    |   3 +
 dev/tasks/python-wheels/github.osx.amd64.yml       |   8 +-
 dev/tasks/tasks.yml                                |   8 +-
 docs/source/cpp/api/compute.rst                    |   5 +
 .../developers/guide/step_by_step/building.rst     |   2 +-
 go/arrow/compute/cast.go                           | 207 +++++++++
 go/arrow/compute/cast_test.go                      | 329 +++++++++++++++
 go/arrow/compute/datum.go                          |  16 +-
 go/arrow/compute/expression.go                     |  13 +-
 go/arrow/compute/functions.go                      |  57 +++
 go/arrow/compute/internal/exec/span.go             |   2 +-
 go/arrow/compute/internal/exec/utils.go            |  24 ++
 go/arrow/compute/internal/kernels/boolean_cast.go  |  97 +++++
 go/arrow/compute/internal/kernels/cast.go          | 113 +++++
 go/arrow/compute/internal/kernels/helpers.go       | 119 ++++++
 go/arrow/compute/internal/kernels/types.go         |  54 +++
 go/arrow/compute/registry.go                       |   2 +-
 go/arrow/flight/flight_test.go                     |  41 ++
 go/arrow/flight/server.go                          |  17 +-
 go/parquet/file/column_reader.go                   |   6 +-
 go/parquet/file/column_reader_test.go              |  34 ++
 go/parquet/file/page_reader.go                     |  15 +-
 go/parquet/internal/encoding/delta_bit_packing.go  |  10 +-
 python/CMakeLists.txt                              |  24 +-
 python/examples/minimal_build/build_conda.sh       |   1 +
 python/examples/minimal_build/build_venv.sh        |   1 +
 python/pyarrow/io.pxi                              |  45 +-
 python/pyarrow/memory.pxi                          |  11 +
 python/pyarrow/src/ArrowPythonConfig.cmake.in      |  17 +-
 .../pyarrow/src/ArrowPythonFlightConfig.cmake.in   |  14 +-
 python/pyarrow/src/CMakeLists.txt                  | 111 +++--
 python/pyarrow/src/flight.h                        |   2 +-
 python/pyarrow/src/visibility.h                    |   2 +-
 python/pyarrow/table.pxi                           |   2 +-
 python/pyarrow/tests/test_io.py                    |   6 +
 python/pyarrow/types.pxi                           |   2 +-
 python/setup.py                                    | 141 +++----
 r/R/query-engine.R                                 |  24 +-
 r/configure                                        |   2 +-
 r/configure.win                                    |   4 +-
 r/tests/testthat/test-dplyr-collapse.R             |  36 ++
 r/tests/testthat/test-dplyr-query.R                |  82 ++--
 r/tests/testthat/test-dplyr-summarize.R            |  41 +-
 ruby/README.md                                     |  10 +-
 131 files changed, 2271 insertions(+), 2428 deletions(-)
 delete mode 100755 ci/scripts/install_osx_sdk.sh
 delete mode 100644 cpp/cmake_modules/FindArrow.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowCUDA.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowDataset.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowFlight.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowFlightSql.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowFlightTesting.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowPython.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowPythonFlight.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowSubstrait.cmake
 delete mode 100644 cpp/cmake_modules/FindArrowTesting.cmake
 delete mode 100644 cpp/cmake_modules/FindGandiva.cmake
 delete mode 100644 cpp/cmake_modules/FindParquet.cmake
 delete mode 100644 cpp/cmake_modules/FindPlasma.cmake
 create mode 100644 go/arrow/compute/cast.go
 create mode 100644 go/arrow/compute/cast_test.go
 create mode 100644 go/arrow/compute/internal/kernels/boolean_cast.go
 create mode 100644 go/arrow/compute/internal/kernels/cast.go
 create mode 100644 go/arrow/compute/internal/kernels/helpers.go
 create mode 100644 go/arrow/compute/internal/kernels/types.go