This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/com.h2database-h2-2.3.232
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard a3d591c900 MINOR: [Java] Bump com.h2database:h2 from 2.3.230 to
2.3.232 in /java
add f518d6beb0 GH-38041: [C++][CI] Improve IPC fuzzing seed corpus (#43621)
add 894f72f735 GH-43536: [Python] Do not use borrowed references APIs
(#43540)
add fb202ee66d GH-43703: [C++][Parquet][CI] Parquet: Introducing more
bad_data for testing (#43708)
add dfe6c50cf8 MINOR: [C#] Bump BenchmarkDotNet and
System.Runtime.CompilerServices.Unsafe in /csharp (#43651)
add 8b634ad299 MINOR: [C#] Bump BenchmarkDotNet.Diagnostics.Windows and
System.Runtime.CompilerServices.Unsafe in /csharp (#43711)
add 2e434dad9b GH-43687: [C++] Compute: fix register kernel SimdLevel for
AddMinMax512AggKernels (#43704)
add 2767dc55cb GH-41579: [C++][Python][Parquet] Support reading/writing
key-value metadata from/to ColumnChunkMetaData (#41580)
add a50ad422cf MINOR: [CI] Fix ubuntu-lint to not install into system
Python (#43710)
add a970fd72b3 GH-43688: [C++] Prevent Snappy from disabling RTTI when
bundled (#43706)
add e9767c1a26 GH-41396: [Ruby] Add workaround for re2.pc on Ubuntu 20.04
(#43721)
add b80a51a65c GH-43594: [C++] Remove std::optional from
arrow::ArrayStatistics::is_{min,max}_exact (#43595)
add bee2fc8021 MINOR: [Docs][Python] Add LargeListType to Data Types docs
(#43597)
add d801daedde MINOR: [Go][Doc] fix code format in the readme (#43725)
add 801301ee22 GH-43633: [R] Add tests for packages that might be tricky
to roundtrip data to Tables + Parquet files (#43634)
add 8836535785 GH-43702: [C++][FS][Azure] Use the latest Azurite and
update the bundled Azure SDK for C++ to azure-identity_1.9.0 (#43723)
add 49be60f5c4 GH-43175: [C++] Skip not Emscripten ready tests in CSV
tests (#43724)
add fbac12c353 MINOR: [R] Fix a package namespace warning (#43737)
add b7e618f088 GH-43738: [GLib] Add `GArrowAzureFileSytem` (#43739)
add 5ef7e01053 GH-43506: [Java] Fix TestFragmentScanOptions result not
match (#43639)
add 1ae38d0d42 GH-43735: [R] AWS SDK fails to build on one of CRAN's M1
builders (#43736)
add 5e68513d62 GH-43495: [C++][Compute] Widen the row offset of the row
table to 64-bit (#43389)
add b98bb2f8f5 MINOR: [Java] Bump com.h2database:h2 from 2.3.230 to
2.3.232 in /java
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 (a3d591c900)
\
N -- N -- N
refs/heads/dependabot/maven/java/com.h2database-h2-2.3.232 (b98bb2f8f5)
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/r.yml | 3 +
c_glib/arrow-glib/file-system.cpp | 16 +
c_glib/arrow-glib/file-system.h | 12 +
ci/scripts/cpp_test.sh | 2 +-
ci/scripts/install_azurite.sh | 24 +-
cpp/build-support/fuzzing/generate_corpuses.sh | 1 +
cpp/cmake_modules/ThirdpartyToolchain.cmake | 34 +-
cpp/src/arrow/acero/hash_join_node_test.cc | 192 +++
cpp/src/arrow/acero/swiss_join.cc | 26 +-
cpp/src/arrow/acero/swiss_join_avx2.cc | 126 +-
cpp/src/arrow/array/statistics.h | 8 +-
cpp/src/arrow/array/statistics_test.cc | 14 +-
.../compute/kernels/aggregate_basic_avx512.cc | 4 +-
cpp/src/arrow/compute/row/compare_internal.cc | 39 +-
cpp/src/arrow/compute/row/compare_internal.h | 27 +-
cpp/src/arrow/compute/row/compare_internal_avx2.cc | 172 +--
cpp/src/arrow/compute/row/compare_test.cc | 333 +++--
cpp/src/arrow/compute/row/encode_internal.cc | 47 +-
cpp/src/arrow/compute/row/encode_internal.h | 7 +-
cpp/src/arrow/compute/row/encode_internal_avx2.cc | 10 +-
cpp/src/arrow/compute/row/row_internal.cc | 38 +-
cpp/src/arrow/compute/row/row_internal.h | 37 +-
cpp/src/arrow/compute/row/row_test.cc | 66 +-
cpp/src/arrow/csv/column_decoder_test.cc | 11 +
cpp/src/arrow/csv/converter_test.cc | 5 +
cpp/src/arrow/filesystem/azurefs_test.cc | 5 +-
cpp/src/arrow/ipc/CMakeLists.txt | 7 +-
cpp/src/arrow/ipc/generate_fuzz_corpus.cc | 44 +-
cpp/src/arrow/ipc/generate_tensor_fuzz_corpus.cc | 2 +-
cpp/src/arrow/testing/random.cc | 19 +-
cpp/src/arrow/testing/random.h | 6 +
cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 12 +-
cpp/src/parquet/column_writer.cc | 24 +
cpp/src/parquet/column_writer.h | 12 +
cpp/src/parquet/column_writer_test.cc | 69 +
cpp/src/parquet/metadata.cc | 84 +-
cpp/src/parquet/metadata.h | 5 +
cpp/src/parquet/printer.cc | 32 +-
cpp/submodules/parquet-testing | 2 +-
cpp/thirdparty/versions.txt | 4 +-
.../Apache.Arrow.Benchmarks.csproj | 4 +-
dev/release/rat_exclude_files.txt | 1 +
.../github.linux.extra.packages.yml} | 40 +-
...macos-linux.local.yml => github.macos.cran.yml} | 36 +-
dev/tasks/tasks.yml | 8 +
docker-compose.yml | 3 +
docs/source/python/api/datatypes.rst | 1 +
go/README.md | 2 +-
java/dataset/src/main/cpp/jni_wrapper.cc | 2 +-
.../arrow/dataset/TestFragmentScanOptions.java | 80 +-
python/pyarrow/_parquet.pxd | 1 +
python/pyarrow/_parquet.pyx | 13 +
python/pyarrow/src/arrow/python/CMakeLists.txt | 1 +
python/pyarrow/src/arrow/python/deserialize.cc | 14 +-
python/pyarrow/src/arrow/python/numpy_to_arrow.cc | 7 +-
python/pyarrow/src/arrow/python/python_to_arrow.cc | 17 +-
.../src/arrow/python/vendored}/CMakeLists.txt | 2 +-
.../src/arrow/python/vendored/pythoncapi_compat.h | 1519 ++++++++++++++++++++
python/pyarrow/tests/conftest.py | 3 +
python/pyarrow/tests/parquet/conftest.py | 12 +
python/pyarrow/tests/parquet/test_metadata.py | 9 +
r/tests/testthat/test-extra-package-roundtrip.R | 105 ++
ruby/red-arrow/ext/arrow/extconf.rb | 7 +
63 files changed, 2960 insertions(+), 508 deletions(-)
copy dev/tasks/{nuget-packages/github.linux.yml =>
r/github.linux.extra.packages.yml} (54%)
copy dev/tasks/r/{github.macos-linux.local.yml => github.macos.cran.yml} (74%)
copy {cpp/src/arrow/vendored/pcg =>
python/pyarrow/src/arrow/python/vendored}/CMakeLists.txt (93%)
create mode 100644 python/pyarrow/src/arrow/python/vendored/pythoncapi_compat.h
create mode 100644 r/tests/testthat/test-extra-package-roundtrip.R