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

kszucs pushed a change to branch release-6.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 4ac62d5  ARROW-14393: [C++] GTest linking errors during the source 
release verification
     add a8e1c81  ARROW-14345: [C++] Implement streaming reads
     add 9841dc8  ARROW-14400: [Go] Equals and ApproxEquals for Tables and 
Chunked Arrays
     add 6f478d0  ARROW-14396: [R][Doc] Remove relic note in write_dataset that 
columns cannot be renamed
     add f893fa2  ARROW-14401: [C++] Fix bundled crc32c's include path
     add 3da6600  ARROW-12563: [C++][Gandiva] Add add_months and datediff 
functions for string
     add fd6cb3a  ARROW-11238: [Python] Make SubTreeFileSystem print method 
more informative
     add 5f89593  MINOR: [Docs] Fix sphinx warnings in the Streaming execution 
engine docs
     add 80f3433  ARROW-14402: [Release][Yum] Specify gpg path explicitly
     add 0ce5b0d  ARROW-14404: [Release][APT] Skip arm64 Debian GNU/Linux 
bookwarm verification
     add 47f9176  ARROW-14406: [CI] Skip failing test on dask-master nightly 
build
     add eee80f1  ARROW-14408: [Packaging][Crossbow] Option for skipping 
artifact pattern validation
     add 31b6d11  ARROW-14409: [Packaging][Python] Update the manylinux 
platform tags
     add 65c1313  ARROW-14417: [R] Joins ignore projection on left dataset
     add 721aa01  ARROW-14410: [Python][Packaging] Use numpy 1.21.3 to build 
python 3.10 wheels for macOS and windows

No new revisions were added by this update.

Summary of changes:
 ci/docker/python-wheel-windows-vs2017.dockerfile   |   2 +-
 ci/scripts/install_python.sh                       |   3 +-
 ci/scripts/integration_dask.sh                     |   6 +-
 ci/scripts/python_wheel_windows_test.bat           |  13 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake        |   5 +-
 cpp/src/arrow/filesystem/gcsfs.cc                  |  63 +++++++++-
 cpp/src/arrow/filesystem/gcsfs_internal.cc         |   4 +-
 cpp/src/arrow/filesystem/gcsfs_test.cc             | 109 ++++++++++++++--
 .../function_registry_timestamp_arithmetic.cc      |  11 +-
 cpp/src/gandiva/precompiled/epoch_time_point.h     |  20 ++-
 cpp/src/gandiva/precompiled/time_test.cc           |  37 ++++++
 .../gandiva/precompiled/timestamp_arithmetic.cc    | 105 +++++++++++-----
 cpp/src/gandiva/precompiled/types.h                |  18 +++
 cpp/src/gandiva/tests/date_time_test.cc            |  16 ++-
 dev/archery/archery/crossbow/cli.py                |  23 +++-
 dev/archery/archery/crossbow/core.py               |  14 ++-
 dev/archery/archery/crossbow/reports.py            |  25 +++-
 dev/release/03-binary-submit.sh                    |   1 +
 dev/release/binary-task.rb                         |   1 +
 dev/release/verify-release-candidate.sh            |  14 ++-
 dev/tasks/tasks.yml                                |  18 ++-
 docs/source/cpp/streaming_execution.rst            |  11 +-
 go/arrow/array/compare.go                          | 140 +++++++++++++++++++++
 go/arrow/array/compare_test.go                     |  81 ++++++++++++
 python/pyarrow/_fs.pyx                             |   4 +
 python/pyarrow/tests/test_fs.py                    |   4 +
 python/pyproject.toml                              |   3 +-
 python/requirements-wheel-build.txt                |  13 +-
 python/requirements-wheel-test.txt                 |  14 ++-
 r/R/dataset-write.R                                |   8 +-
 r/R/query-engine.R                                 |  20 +--
 r/man/arrow-package.Rd                             |   6 +-
 r/man/write_dataset.Rd                             |   8 +-
 r/tests/testthat/test-dplyr-join.R                 |  30 ++++-
 34 files changed, 709 insertions(+), 141 deletions(-)

Reply via email to