This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/java/com.google.guava-guava-bom-33.2.1-jre
in repository https://gitbox.apache.org/repos/asf/arrow.git
discard 8633322a9a MINOR: [Java] Bump com.google.guava:guava-bom in /java
add 813fe25967 GH-41829: [R] Update relative URLs in README to absolute
paths to prevent CRAN check failures (#41830)
add 1598782d4f GH-41262: [Java][FlightSQL] Implement stateless prepared
statements (#41237)
add 7f0c4070dd GH-41397: [C#] Downgrade macOS test runner to avoid
infrastructure bug (#41934)
add 2b1593d78f MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.22.0 to
2.22.1 in /go (#41937)
add 9b59157a44 MINOR: [Java] Bump
org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 in /java (#41939)
add 9ab28c6826 MINOR: [Java] Bump dep.slf4j.version from 2.0.12 to 2.0.13
in /java (#41940)
add fd54260f29 MINOR: [Java] Bump
org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 in /java
(#41941)
add d96c3d0bd2 MINOR: [Java] Bump com.google.guava:guava-bom 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 (8633322a9a)
\
N -- N -- N
refs/heads/dependabot/maven/java/com.google.guava-guava-bom-33.2.1-jre
(d96c3d0bd2)
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/csharp.yml | 4 +-
go/go.mod | 2 +-
go/go.sum | 4 +-
.../apache/arrow/flight/sql/FlightSqlClient.java | 27 ++-
.../example/DoPutPreparedStatementResultPOJO.java} | 23 +-
.../arrow/flight/sql/example/FlightSqlExample.java | 60 ++++--
.../sql/example/FlightSqlStatelessExample.java | 238 +++++++++++++++++++++
.../arrow/flight/sql/test/TestFlightSql.java | 63 +++---
.../flight/sql/test/TestFlightSqlStateless.java | 99 +++++++++
java/gandiva/pom.xml | 2 +-
.../module-info-compiler-maven-plugin/pom.xml | 2 +-
java/maven/pom.xml | 2 +-
java/performance/pom.xml | 2 +-
java/pom.xml | 2 +-
r/README.md | 6 +-
15 files changed, 462 insertions(+), 74 deletions(-)
copy
java/{gandiva/src/main/java/org/apache/arrow/gandiva/exceptions/GandivaException.java
=>
flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/DoPutPreparedStatementResultPOJO.java}
(64%)
create mode 100644
java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlStatelessExample.java
create mode 100644
java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/test/TestFlightSqlStateless.java