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

github-bot pushed a change to branch 
dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12
in repository https://gitbox.apache.org/repos/asf/arrow.git


    omit dd0a47e880 MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java
     add 3d11205517 GH-41999: [Swift] Add methods for adding array and vargs to 
arrow array (#42000)
     add dbcce63b92 MINOR: [Java] Bump com.google.errorprone:error_prone_core 
from 2.10.0 to 2.28.0 in /java - Manual Fix (#41996)
     add 41810749e0 MINOR: [Java] Bump org.apache.calcite.avatica:avatica from 
1.24.0 to 1.25.0 in /java (#41212)
     add 8b2c7e2893 MINOR: [Java] Bump com.github.luben:zstd-jni from 1.5.5-11 
to 1.5.6-3 in /java (#41521)
     add cea7323772 GH-41968: [Java] Implement TransferPair functionality for 
BinaryView (#41980)
     add 67c6df1f2a GH-41964: [CI][C++] Clear cache for mamba on AppVeyor 
(#41977)
     add 374b8f6dde GH-41903: [CI][GLib] Use the latest Ruby to use OpenSSL 3 
(#42001)
     add cbb0e4cb06 MINOR: [JS] Bump @typescript-eslint/eslint-plugin from 
7.11.0 to 7.12.0 in /js (#41950)
     add 93712bfc71 GH-41691: [Doc] Remove notion of "logical type" (#41958)
     add 164be48821 GH-41994 [C++]: kernel.cc: Remove defaults on switch so 
that compiler can check full enum coverage for us (#41995)
     add 41ae29ebd9 GH-42005: [Java][Integration][CI] Fix ARROW_BUILD_ROOT Path 
to find pom.xml (#42008)
     add a708fabfe6 MINOR: [C++] Include `<string>` before using `std::string` 
(#42004)
     add 290e606c4d GH-41652: [C++][CMake][Windows] Don't build needless object 
libraries (#41658)
     add 01d2fa0d46 GH-41307: [Java] Use org.apache:apache parent pom version 
31 (#41772)
     add 5c0388628d MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin 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   (dd0a47e880)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/org.jacoco-jacoco-maven-plugin-0.8.12 
(5c0388628d)

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/ruby.yml                         |   4 +-
 ci/appveyor-cpp-setup.bat                          |   3 +
 ci/scripts/java_full_build.sh                      |  10 +-
 cpp/src/arrow/CMakeLists.txt                       |  37 +-
 cpp/src/arrow/compute/kernel.cc                    |  42 +-
 cpp/src/arrow/json/object_writer.h                 |   1 +
 dev/archery/archery/integration/tester_java.py     |   2 +-
 dev/archery/archery/integration/tester_js.py       |   2 +-
 dev/tasks/tasks.yml                                |   2 -
 docs/source/format/Columnar.rst                    | 160 +++-
 docs/source/format/Versioning.rst                  |   2 +-
 docs/source/python/data.rst                        |  14 +-
 docs/source/python/extending_types.rst             |   2 +-
 java/adapter/avro/pom.xml                          |   9 -
 java/adapter/jdbc/pom.xml                          |   7 -
 java/adapter/orc/pom.xml                           |  17 +
 java/bom/pom.xml                                   |  44 +-
 java/c/pom.xml                                     |   1 -
 java/compression/pom.xml                           |   2 +-
 java/flight/flight-core/pom.xml                    |  29 +-
 java/flight/flight-integration-tests/pom.xml       |   2 -
 java/flight/flight-sql-jdbc-core/pom.xml           |  12 +-
 java/flight/flight-sql-jdbc-driver/pom.xml         |   1 -
 java/flight/flight-sql/pom.xml                     |   5 -
 java/format/pom.xml                                |   2 -
 java/gandiva/pom.xml                               |  19 +-
 .../module-info-compiler-maven-plugin/pom.xml      |  28 +-
 java/maven/pom.xml                                 | 120 ++-
 java/memory/memory-core/pom.xml                    |  22 +-
 java/performance/pom.xml                           |  41 +-
 java/pom.xml                                       | 221 +++---
 java/tools/pom.xml                                 |  22 +-
 java/vector/pom.xml                                |  94 +--
 .../apache/arrow/vector/ViewVarBinaryVector.java   |  45 +-
 .../apache/arrow/vector/TestSplitAndTransfer.java  | 392 ++++++----
 .../apache/arrow/vector/TestVarCharViewVector.java | 814 ++++++++++++---------
 js/package.json                                    |   2 +-
 js/yarn.lock                                       |  77 +-
 swift/Arrow/Sources/Arrow/ArrowArrayBuilder.swift  |  12 +
 swift/Arrow/Tests/ArrowTests/ArrayTests.swift      |  40 +-
 40 files changed, 1257 insertions(+), 1104 deletions(-)

Reply via email to