This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/commons-cli-commons-cli-1.9.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 924d6d4abb MINOR: [Java] Bump commons-cli:commons-cli from 1.8.0 to
1.9.0 in /java
add 8eb7bd4115 MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.24.1 to
2.25.0 in /go (#43829)
add 93c5ddb957 GH-43667: [Java] Keeping Flight default header size
consistent between server and client (#43697)
add 11f92491b1 MINOR: [Go] Bump github.com/substrait-io/substrait-go from
0.6.0 to 0.7.0 in /go (#43830)
add a49493d96b MINOR: [Java] Downgrade gRPC to 1.65 (#43839)
add 23fe1ce336 MINOR: [Java] Bump org.apache.commons:commons-compress from
1.27.0 to 1.27.1 in /java (#43826)
add fa5d158282 MINOR: [C#] Bump Microsoft.NET.Test.Sdk from 17.10.0 to
17.11.0 in /csharp (#43822)
add c30bb6a845 GH-41056: [GLib][FlightRPC] Add gaflight_client_do_put()
and related APIs (#43813)
add 85da417d6c MINOR: [Java] Bump commons-cli:commons-cli from 1.8.0 to
1.9.0 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 (924d6d4abb)
\
N -- N -- N
refs/heads/dependabot/maven/java/commons-cli-commons-cli-1.9.0 (85da417d6c)
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:
c_glib/arrow-flight-glib/client.cpp | 337 ++++++++++++++++++++-
c_glib/arrow-flight-glib/client.h | 46 +++
c_glib/arrow-flight-glib/client.hpp | 16 +
c_glib/arrow-flight-glib/common.cpp | 102 +------
c_glib/arrow-flight-glib/common.h | 8 +-
c_glib/arrow-glib/writer.hpp | 4 +
.../Apache.Arrow.Compression.Tests.csproj | 2 +-
.../Apache.Arrow.Flight.Sql.Tests.csproj | 2 +-
.../Apache.Arrow.Flight.Tests.csproj | 2 +-
.../Apache.Arrow.Tests/Apache.Arrow.Tests.csproj | 2 +-
go/go.mod | 4 +-
go/go.sum | 8 +-
java/compression/pom.xml | 2 +-
.../java/org/apache/arrow/flight/FlightServer.java | 7 +
.../org/apache/arrow/flight/TestFlightService.java | 73 +++++
java/pom.xml | 2 +-
16 files changed, 513 insertions(+), 104 deletions(-)