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

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


 discard 63edb0409 MINOR: Bump org.apache.calcite.avatica:avatica from 1.26.0 
to 1.27.0
     add e349a9a83 GH-1061: Add codegen classifier jar for arrow-vector. (#1062)
     add bdec833fb GH-994: Fix DatabaseMetaData NPEs when SqlInfo is 
unavailable (#995)
     add c8666f285 MINOR: Bump 
com.gradle:common-custom-user-data-maven-extension from 2.0.3 to 2.1.0 (#998)
     add 6ffb2d045 GH-301: [Vector] Allow adding a vector at the end of 
VectorSchemaRoot (#1013)
     add 18de621ff GH-1004:  [JDBC] Fix NPE in 
ArrowFlightJdbcDriver#connect​(final String url, final Properties info)  (#1005)
     add 4a7fb4ef9 GH-552: [Vector] Add absent methods to the 
UnionFixedSizeListWriter (#1052)
     add 77df3ecb2 GH-343: Fix BaseVariableWidthVector and 
BaseLargeVariableWidthVector offset buffer serialization (#989)
     add b410fb26d MINOR: Bump version to 19.0.0 (#1066)
     add 77127ef54 GH-1077: Add missing `export GH_TOKEN` to release scripts
     add d5e132b96 MINOR: [CI] Bump actions/download-artifact from 8.0.0 to 
8.0.1 (#1068)
     add fa781dcc3 MINOR: Bump com.squareup.okio:okio-jvm from 3.16.4 to 3.17.0 
(#1075)
     add 47cd03293 MINOR: Bump org.codehaus.mojo:properties-maven-plugin from 
1.2.1 to 1.3.0 (#1072)
     add 4242d587b MINOR: Bump version to 20.0.0-SNAPSHOT (#1076)
     add 74a7996d4 MINOR: Bump com.nimbusds:oauth2-oidc-sdk from 11.20.1 to 
11.34 (#1074)
     add 97e491399 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-6 to 
1.5.7-7 (#1073)
     add 394d12ef4 MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 
2.21.1 (#1071)
     add 27382cd92 MINOR: Bump checker.framework.version from 3.53.1 to 3.54.0 
(#1070)
     add 899e88342 MINOR: Bump com.google.protobuf:protobuf-bom from 4.33.4 to 
4.34.1 (#1086)
     add a8b238061 MINOR: Bump org.mockito:mockito-bom from 5.21.0 to 5.23.0 
(#1087)
     add 1348b8dc8 MINOR: Bump io.netty:netty-bom from 4.2.9.Final to 
4.2.10.Final (#1085)
     add d9d6112b3 MINOR: Bump com.google.guava:guava-bom from 33.4.8-jre to 
33.5.0-jre (#1083)
     add d5497915c MINOR: Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 
2.21.2 (#1082)
     add 01affd741 GH-1078: Upgrade minimum JDK version from 11 to 17 (#1079)
     add 07d998733 MINOR: Bump com.h2database:h2 from 2.3.232 to 2.4.240 (#1084)
     add 168a96914 MINOR: Bump io.netty:netty-bom from 4.2.10.Final to 
4.2.12.Final (#1091)
     add 89fa995ea MINOR: Bump com.nimbusds:oauth2-oidc-sdk from 11.34 to 11.37 
(#1096)
     add 4297733da MINOR: Bump com.gradle:develocity-maven-extension from 2.3.4 
to 2.4.0 (#1095)
     add 447372ce4 MINOR: Bump com.google.api.grpc:proto-google-common-protos 
from 2.66.0 to 2.67.0 (#1092)
     add 0703021c8 MINOR: Bump org.apache:apache from 33 to 37 (#1033)
     add fdf79a559 MINOR: Bump org.apache.calcite.avatica:avatica from 1.26.0 
to 1.27.0

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   (63edb0409)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.calcite.avatica-avatica-1.27.0 
(fdf79a559)

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                                               |   2 +-
 .github/workflows/rc.yml                           |  22 +--
 .github/workflows/test.yml                         |   8 +-
 .mvn/extensions.xml                                |   4 +-
 Brewfile                                           |   2 +-
 adapter/avro/pom.xml                               |   2 +-
 adapter/jdbc/pom.xml                               |   4 +-
 .../arrow/adapter/jdbc/ResultSetUtilityTest.java   |  22 ++-
 adapter/orc/pom.xml                                |   2 +-
 algorithm/pom.xml                                  |   2 +-
 arrow-variant/pom.xml                              |   2 +-
 bom/pom.xml                                        |  12 +-
 c/pom.xml                                          |   2 +-
 ci/docker/conda-jni.dockerfile                     |   2 +-
 ci/docker/vcpkg-jni.dockerfile                     |   2 +-
 compose.yaml                                       |   4 +-
 compression/pom.xml                                |   4 +-
 dataset/pom.xml                                    |   2 +-
 dev/release/bump_version.sh                        |   1 +
 dev/release/release.sh                             |   1 +
 dev/release/release_rc.sh                          |   1 +
 docs/source/cdata.rst                              |   8 +-
 docs/source/developers/building.rst                |  16 +-
 docs/source/flight_sql_jdbc_driver.rst             |   2 +-
 docs/source/install.rst                            |   4 +-
 docs/source/jdbc.rst                               |   2 +-
 docs/source/memory.rst                             |   2 +-
 docs/source/overview.rst                           |   3 +
 flight/flight-core/pom.xml                         |   4 +-
 flight/flight-integration-tests/pom.xml            |   2 +-
 flight/flight-sql-jdbc-core/pom.xml                |   6 +-
 .../arrow/driver/jdbc/ArrowDatabaseMetadata.java   |  33 +++-
 .../arrow/driver/jdbc/ArrowFlightJdbcDriver.java   |   4 +-
 .../driver/jdbc/ArrowDatabaseMetadataTest.java     |  72 +++++++
 .../driver/jdbc/ArrowFlightJdbcDriverTest.java     |  24 +++
 flight/flight-sql-jdbc-driver/pom.xml              |   2 +-
 flight/flight-sql/pom.xml                          |   2 +-
 flight/pom.xml                                     |   2 +-
 format/pom.xml                                     |   2 +-
 gandiva/pom.xml                                    |   2 +-
 memory/memory-core/pom.xml                         |   2 +-
 memory/memory-netty-buffer-patch/pom.xml           |   2 +-
 memory/memory-netty/pom.xml                        |   2 +-
 memory/memory-unsafe/pom.xml                       |   2 +-
 memory/pom.xml                                     |   2 +-
 performance/pom.xml                                |   4 +-
 pom.xml                                            |  30 +--
 tools/pom.xml                                      |   2 +-
 vector/pom.xml                                     |  30 ++-
 .../main/codegen/templates/HolderReaderImpl.java   |   4 +-
 .../templates/UnionFixedSizeListWriter.java        | 151 ++++++---------
 .../main/codegen/templates/UnionListWriter.java    |   6 +-
 .../arrow/vector/BaseLargeVariableWidthVector.java |  16 +-
 .../arrow/vector/BaseVariableWidthVector.java      |  16 +-
 .../org/apache/arrow/vector/VectorSchemaRoot.java  |  15 +-
 .../arrow/vector/TestFixedSizeListVector.java      | 207 +++++++++++++++++++++
 .../org/apache/arrow/vector/TestMapVector.java     |  35 ++--
 .../java/org/apache/arrow/vector/TestUtils.java    |  13 ++
 .../org/apache/arrow/vector/TestValueVector.java   |  38 ++++
 .../apache/arrow/vector/TestVectorSchemaRoot.java  |  20 ++
 60 files changed, 660 insertions(+), 232 deletions(-)

Reply via email to