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

github-bot pushed a change to branch 
dependabot/cargo/rust/arrow-datafusion-7101e06c9c
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard 50b8a0a05 chore(rust): Bump the arrow-datafusion group in /rust with 2 
updates
     add e47658468 chore(csharp): Bump coverlet.collector from 6.0.0 to 6.0.4 
(#3532)
     add 7b0d41754 chore(java): Bump dep.org.checkerframework.version from 
3.51.0 to 3.51.1 in /java (#3527)
     add d0f923496 chore(go/adbc): Bump cloud.google.com/go/bigquery from 
1.70.0 to 1.71.0 in /go/adbc (#3526)
     add dbe243ce6 chore(go/adbc): Bump google.golang.org/protobuf from 1.36.9 
to 1.36.10 in /go/adbc (#3525)
     add 206e02fa1 fix(go/adbc/driver/snowflake): return arrow numeric type 
correctly when use_high_precision is false (#3295)
     add bf1d4aafa chore(go/adbc): Bump google.golang.org/api from 0.250.0 to 
0.251.0 in /go/adbc (#3524)
     add 6d542d382 chore(go/adbc): fix deprecation warning (#3538)
     add 61f4d97f2 ci: fix spurious failure of docker-compose (#3540)
     add c4c48d2a7 ci: fix failing nightly verification (#3541)
     add c479df9ba ci: fix macos-13 deprecation (#3519)
     add 7bf21f441 chore(rust): Bump windows-sys from 0.61.1 to 0.61.2 in /rust 
(#3534)
     add 9032468f7 chore(rust): Bump windows-registry from 0.6.0 to 0.6.1 in 
/rust (#3535)
     add 4b7b194f5 chore(go/adbc): Bump github.com/snowflakedb/gosnowflake from 
1.16.0 to 1.17.0 in /go/adbc (#3499)
     add 605bf7556 feat(csharp/src/Drivers/Databricks): Used connection param 
of batchSize for cloudFetch (#3518)
     add 6925a9933 fix(csharp/test/Drivers/Databricks): Disable 
UseDescTableExtended by default (#3544)
     add 306e74f93 docs: update docs site footer for new ASF logo (#3546)
     add 66844565d chore(dev/release): Follow Linux package upload changes in 
apache/arrow (#3545)
     add ad2b150e0 build: update vcpkg version (and hence dependencies) (#3542)
     add 8f852e967 fix(csharp/src): handle HTTP authorization exception for 
Thrift-based drivers (#3551)
     add e03f1cc5a refactor(rust/ffi): make fields of FFI structs public (#3553)
     add 8bc03ef6d feat(csharp/src/Drivers/BigQuery): implement 
AdbcStatement.Cancel on BigQuery (#3422)
     add 1f8b159fe feat(go/adbc/driver/snowflake): Add option to disable 
vectorized scanner (#3555)
     add 73dd65be4 chore(rust): Bump the arrow-datafusion group in /rust with 2 
updates

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   (50b8a0a05)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/rust/arrow-datafusion-7101e06c9c (73dd65be4)

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                                               |   4 +-
 .github/workflows/csharp.yml                       |   2 +-
 .github/workflows/native-unix.yml                  |  19 +-
 .github/workflows/nightly-verify.yml               |   8 +-
 .github/workflows/packaging.yml                    |  27 ++-
 .github/workflows/rust.yml                         |   6 +
 .github/workflows/verify.yml                       |   4 +-
 ci/docker/python-wheel-manylinux.dockerfile        |  66 ++++--
 ci/scripts/install_vcpkg.sh                        |   2 +-
 ci/scripts/python_util.sh                          |  22 +-
 ...-lz4-CMake-https-github.com-lz4-lz4-issue.patch |  87 --------
 ci/vcpkg/0002-Retry-downloads.patch                |  41 ----
 ci/vcpkg/0003-Fix-CMake-4-OSX.patch                |  46 -----
 compose.yaml                                       |  17 +-
 csharp/src/Apache.Arrow.Adbc/AdbcException.cs      |   1 +
 .../src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj |   4 +-
 .../Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj |   4 +-
 csharp/src/Drivers/Apache/ApacheUtility.cs         |  48 +++--
 .../Drivers/Apache/Hive2/HiveServer2Connection.cs  |  21 ++
 .../Drivers/Apache/Hive2/HiveServer2Statement.cs   |   2 +-
 .../Apache.Arrow.Adbc.Drivers.BigQuery.csproj      |   2 +-
 csharp/src/Drivers/BigQuery/BigQueryStatement.cs   | 226 +++++++++++++++++----
 csharp/src/Drivers/BigQuery/BigQueryUtils.cs       |  28 +++
 csharp/src/Drivers/BigQuery/RetryManager.cs        |   2 +-
 .../src/Drivers/Databricks/DatabricksConnection.cs |   2 +-
 .../src/Drivers/Databricks/DatabricksStatement.cs  |  16 ++
 .../Reader/CloudFetch/CloudFetchDownloadManager.cs |   3 +-
 csharp/src/Drivers/Databricks/readme.md            |   1 +
 ...he.Arrow.Adbc.Telemetry.Traces.Listeners.csproj |   4 +-
 .../Apache.Arrow.Adbc.Tests.csproj                 |   2 +-
 .../test/Drivers/Apache/Common/ApacheUtilsTests.cs | 151 ++++++++++++++
 csharp/test/Drivers/Apache/Hive2/DriverTests.cs    |   3 +
 csharp/test/Drivers/Apache/Impala/DriverTests.cs   |   3 +
 csharp/test/Drivers/BigQuery/BigQueryUtilsTests.cs |  88 ++++++++
 csharp/test/Drivers/BigQuery/StatementTests.cs     | 115 ++++++++++-
 csharp/test/Drivers/Databricks/E2E/DriverTests.cs  |   3 +
 ...ow.Adbc.Tests.Telemetry.Traces.Listeners.csproj |   2 +-
 dev/release/05-linux-upload.sh                     |  14 --
 docs/source/conf.py                                |   2 +-
 docs/source/driver/postgresql.rst                  |   2 +-
 docs/source/driver/sqlite.rst                      |   2 +-
 go/adbc/driver/snowflake/bulk_ingestion.go         |  22 +-
 go/adbc/driver/snowflake/driver_test.go            |  73 +++++++
 go/adbc/driver/snowflake/record_reader.go          |   7 +-
 go/adbc/driver/snowflake/statement.go              |  11 +
 go/adbc/go.mod                                     |  16 +-
 go/adbc/go.sum                                     |  32 +--
 java/pom.xml                                       |   2 +-
 rust/Cargo.lock                                    | 154 +++++++-------
 rust/driver/datafusion/Cargo.toml                  |   4 +-
 rust/ffi/src/types.rs                              |  44 ++--
 51 files changed, 1015 insertions(+), 452 deletions(-)
 delete mode 100644 
ci/vcpkg/0001-Work-around-lz4-CMake-https-github.com-lz4-lz4-issue.patch
 delete mode 100644 ci/vcpkg/0002-Retry-downloads.patch
 delete mode 100644 ci/vcpkg/0003-Fix-CMake-4-OSX.patch
 create mode 100644 csharp/test/Drivers/Apache/Common/ApacheUtilsTests.cs
 create mode 100644 csharp/test/Drivers/BigQuery/BigQueryUtilsTests.cs

Reply via email to