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

github-bot pushed a change to branch 
dependabot/maven/checker.framework.version-3.52.1
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


 discard 7e0b54a23 MINOR: Bump checker.framework.version from 3.52.0 to 3.52.1
     add 92816711d MINOR: [CI] Bump actions/upload-artifact from 5.0.0 to 6.0.0 
(#934)
     add 8f616f474 MINOR: [CI] Bump actions/download-artifact from 6.0.0 to 
7.0.0 (#935)
     add 96156ccc2 MINOR: [CI] Bump actions/cache from 4 to 5 (#936)
     add 8d1802cef GH-399: Check for null writers in 
DenseUnionWriter#setPosition (#938)
     add 385b51eb5 MINOR: Update macos amd64 runner (#940)
     add b9e40fa0a GH-942: Fix JDBC Connection.setCatalog() (#943)
     add 94dfea8cb GH-951: Fix CI completely, especially JNI on Windows 2022 
and MacOS platforms (#925)
     add cf6b8fdb3 MINOR: Bump checker.framework.version from 3.52.0 to 3.52.1

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   (7e0b54a23)
            \
             N -- N -- N   
refs/heads/dependabot/maven/checker.framework.version-3.52.1 (cf6b8fdb3)

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/dev.yml                          |  2 +-
 .github/workflows/rc.yml                           | 40 +++++------
 .github/workflows/test.yml                         |  6 +-
 .gitignore                                         |  2 +
 ci/scripts/jni_macos_build.sh                      |  4 +-
 .../arrow/driver/jdbc/ArrowFlightMetaImpl.java     | 23 ++++++-
 .../jdbc/client/ArrowFlightSqlClientHandler.java   | 80 ++++++++++++++--------
 .../apache/arrow/driver/jdbc/ConnectionTest.java   | 40 ++++++++++-
 .../driver/jdbc/utils/MockFlightSqlProducer.java   | 19 +++++
 pom.xml                                            |  2 +-
 .../main/codegen/templates/DenseUnionWriter.java   |  4 +-
 .../vector/complex/writer/TestComplexWriter.java   | 43 ++++++++++++
 12 files changed, 207 insertions(+), 58 deletions(-)

Reply via email to