This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.github.luben-zstd-jni-1.5.7-6
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
omit 95c5335f5 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-6
add f71a02c04 GH-898: Upgrade to Apache POM 35 and identify fixes needed
to have CI happy (#865)
add ed81e5981 GH-882: Add support for loading native library from a user
specified location (#883)
add a4f3f3ef8 GH-899: [Dataset] Initialize compute module (#893)
add c4d3c9e27 GH-109: Implement Vector Validators for StringView (#886)
add b8a23ddd8 GH-900: Fix gandiva groupId in arrow-bom (#901)
add 9f68d08f0 GH-762: Implement VectorAppender for RunEndEncodedVector
(#884)
add 03e0d4da6 MINOR: Bump io.netty:netty-bom from 4.1.119.Final to
4.1.127.Final (#855)
add ba2f7d62e MINOR: Bump logback.version from 1.5.18 to 1.5.20 (#897)
add ddaa63d65 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-6
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 (95c5335f5)
\
N -- N -- N
refs/heads/dependabot/maven/com.github.luben-zstd-jni-1.5.7-6 (ddaa63d65)
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:
.env | 5 +-
.github/workflows/rc.yml | 26 +++---
bom/pom.xml | 2 +-
.../java/org/apache/arrow/c/jni/JniLoader.java | 19 ++++-
ci/docker/vcpkg-jni.dockerfile | 16 +---
ci/scripts/jni_build.sh | 2 +-
ci/scripts/jni_macos_build.sh | 67 +++------------
ci/scripts/jni_manylinux_build.sh | 97 +++------------------
ci/scripts/jni_windows_build.sh | 2 +-
compose.yaml | 2 +-
dataset/src/main/cpp/jni_wrapper.cc | 8 ++
.../org/apache/arrow/dataset/jni/JniLoader.java | 1 +
.../org/apache/arrow/dataset/jni/JniWrapper.java | 3 +
docs/source/substrait.rst | 2 +-
pom.xml | 9 +-
.../apache/arrow/vector/util/VectorAppender.java | 99 ++++++++++++++++++++++
.../validate/ValidateVectorBufferVisitor.java | 29 +++++--
.../vector/validate/ValidateVectorDataVisitor.java | 3 +-
.../vector/validate/ValidateVectorTypeVisitor.java | 9 +-
.../vector/validate/ValidateVectorVisitor.java | 9 +-
.../arrow/vector/TestVariableWidthViewVector.java | 17 +++-
.../arrow/vector/util/TestVectorAppender.java | 67 +++++++++++++++
22 files changed, 301 insertions(+), 193 deletions(-)