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

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


 discard 18ab43d5b chore(rust): bump the arrow-datafusion group in /rust with 4 
updates
     add 5f301d3b4 ci(rust): fix build issue on macos (#3264)
     add 864cb92a6 fix(rust/driver_manager): modify SYSTEM path behavior on 
macOS (#3252)
     add 86fa77317 chore: bump ruby/setup-ruby from 1.254.0 to 1.255.0 (#3273)
     add e004abdf0 chore(go/adbc): bump golang.org/x/tools from 0.35.0 to 
0.36.0 in /go/adbc (#3271)
     add d6c0144a2 chore(java): bump com.uber.nullaway:nullaway from 0.12.7 to 
0.12.8 in /java (#3275)
     add 0054b8406 chore(go/adbc): bump google.golang.org/protobuf from 1.36.6 
to 1.36.7 in /go/adbc (#3277)
     add d7c57baf3 chore(java): bump org.assertj:assertj-core from 3.27.3 to 
3.27.4 in /java (#3268)
     add 7ba29d232 chore(go/adbc): bump google.golang.org/api from 0.244.0 to 
0.246.0 in /go/adbc (#3274)
     add 4f7fc8417 feat(go/adbc): add GetDriverInfo helper (#3239)
     add 98caec103 ci: fix nightly Docker tests (#3278)
     add 9e1d1c22b chore(csharp/src/Drivers/Apache): Cleanup HiveServer2-based 
code with shared Thrift request/response interfaces (#3256)
     add 6ccd53d44 chore(rust): bump slab from 0.4.10 to 0.4.11 in /rust (#3283)
     add 41aeb72d1 chore: bump actions/checkout from 4 to 5 (#3269)
     add ea342b93b fix(csharp/src/Drivers): Fix cloud fetch cancel/timeout 
mechnism (#3285)
     add 5a4552580 fix(csharp/src/Drivers/Databricks): Use default result 
persistence mode (#3203)
     add 286bb8505 fix(csharp/src/Drivers/Databricks): 
DatabricksCompositeReader unit tests (#3265)
     add 7f65c5265 fix(csharp/src/Apache.Arrow.Adbc/C): Stop trying to unload 
dynamic libraries (#3291)
     add 13dac0050 feat(csharp/src): Add support for adding and configuring 
OTel exporters (#2949)
     add 0b048273b feat(go/adbc/driver/bigquery): Add 
"adbc.bigquery.sql.location" param (#3280)
     add 3a4fea6cd chore(rust): bump tokio from 1.47.0 to 1.47.1 in /rust 
(#3272)
     add 338a321d0 chore: bump actions/download-artifact from 4 to 5 (#3276)
     add ee94eb5ac chore(rust): bump toml from 0.9.2 to 0.9.5 in /rust (#3279)
     add 1de846d84 chore(rust): bump the arrow-datafusion group in /rust with 4 
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   (18ab43d5b)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/rust/arrow-datafusion-79e111a591 (1de846d84)

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                       |   2 +-
 .github/workflows/dev.yml                          |   2 +-
 .github/workflows/dev_adbc.yml                     |   2 +-
 .github/workflows/dev_pr.yml                       |   4 +-
 .github/workflows/integration.yml                  |  10 +-
 .github/workflows/java.yml                         |  10 +-
 .github/workflows/native-unix.yml                  |  26 +-
 .github/workflows/native-windows.yml               |  12 +-
 .github/workflows/nightly-verify.yml               |  10 +-
 .github/workflows/nightly-website.yml              |   8 +-
 .github/workflows/packaging.yml                    |  40 +-
 .github/workflows/r-check.yml                      |   2 +-
 .github/workflows/r-extended.yml                   |   2 +-
 .github/workflows/rust.yml                         |   3 +-
 .github/workflows/verify.yml                       |   4 +-
 ci/docker/cpp-gcc-latest.dockerfile                |   2 +-
 csharp/Apache.Arrow.Adbc.sln                       |  31 ++
 .../src/Apache.Arrow.Adbc/C/CAdbcDriverImporter.cs |  22 +-
 .../Drivers/Apache/Attributes.cs}                  |  12 +-
 .../Drivers/Apache/Hive2/HiveServer2Connection.cs  |  85 ++--
 .../Apache/Hive2/HiveServer2ExtendedConnection.cs  |  38 +-
 .../src/Drivers/Apache/Hive2/HiveServer2Reader.cs  |  50 ++-
 .../Drivers/Apache/Hive2/HiveServer2Statement.cs   | 170 +++-----
 .../Hive2}/IHiveServer2Statement.cs                |  21 +-
 .../src/Drivers/Apache/Impala/ImpalaConnection.cs  |  26 +-
 .../Drivers/Apache/Impala/ImpalaHttpConnection.cs  |   3 +-
 .../Apache/Impala/ImpalaStandardConnection.cs      |   3 +-
 csharp/src/Drivers/Apache/Spark/SparkConnection.cs |  47 ++-
 .../Drivers/Apache/Spark/SparkHttpConnection.cs    |  29 +-
 .../Apache/Thrift/Service/Rpc/Thrift/IRequest.cs}  |  23 +-
 .../Service/Rpc/Thrift/IResponse.cs}               |  34 +-
 .../src/Drivers/Databricks/DatabricksConnection.cs |  52 +--
 .../src/Drivers/Databricks/DatabricksStatement.cs  |  17 +-
 .../Databricks/Reader/BaseDatabricksReader.cs      |  48 ++-
 .../Reader/CloudFetch/CloudFetchDownloadManager.cs |  11 +-
 .../Reader/CloudFetch/CloudFetchReader.cs          |  16 +-
 .../Reader/CloudFetch/CloudFetchResultFetcher.cs   |  26 +-
 .../Databricks/Reader/DatabricksCompositeReader.cs | 109 +++--
 .../Reader/DatabricksOperationStatusPoller.cs      |   6 +-
 .../Drivers/Databricks/Reader/DatabricksReader.cs  |  13 +-
 ...e.Arrow.Adbc.Telemetry.Traces.Exporters.csproj} |  17 +-
 .../Telemetry/Traces/Exporters/ExportersBuilder.cs | 211 ++++++++++
 .../Traces/Exporters/ExportersOptions.cs}          |  26 +-
 .../Traces/Exporters/FileExporter/FileExporter.cs  | 272 ++++++++++++
 .../FileExporter/FileExporterExtensions.cs         | 137 +++++++
 .../Exporters/FileExporter/FileExporterOptions.cs  |  47 +++
 .../Exporters/FileExporter/SerializableActivity.cs | 192 +++++++++
 .../SerializableActivityJsonContext.cs}            |  29 +-
 .../Traces/Exporters/FileExporter/TracingFile.cs   | 211 ++++++++++
 .../Traces/Exporters/Properties/AssemblyInfo.cs    |  12 +-
 csharp/src/Telemetry/Traces/Exporters/readme.md    |  54 +++
 .../E2E/CloudFetch/CloudFetchDownloaderTest.cs     |   3 +-
 .../E2E/CloudFetch/CloudFetchResultFetcherTest.cs  |  95 ++++-
 .../Unit/DatabricksCompositeReaderUnitTests.cs     | 455 +++++++++++++++++++++
 .../Unit/DatabricksOperationStatusPollerTests.cs   |  18 +-
 ...ow.Adbc.Tests.Telemetry.Traces.Exporters.csproj |  27 ++
 .../Traces/Exporters/ExportersBuilderTests.cs      | 140 +++++++
 .../Exporters/FileExporter/FileExporterTests.cs    | 337 +++++++++++++++
 .../Exporters/FileExporter/TracingFileTests.cs     |  97 +++++
 go/adbc/driver/bigquery/bigquery_database.go       |   6 +
 go/adbc/driver/bigquery/connection.go              |   6 +
 go/adbc/driver/bigquery/driver.go                  |   1 +
 go/adbc/drivermgr/wrapper_sqlite_test.go           |   9 +
 go/adbc/ext.go                                     | 130 ++++++
 go/adbc/go.mod                                     |  18 +-
 go/adbc/go.sum                                     |  36 +-
 .../bigquery.h => go/adbc/pkg/bigquery/extra.go    |  27 +-
 java/pom.xml                                       |   4 +-
 .../adbc_driver_bigquery/__init__.py               |   3 +
 rust/Cargo.lock                                    |  20 +-
 rust/driver_manager/Cargo.toml                     |   2 +-
 rust/driver_manager/src/lib.rs                     |  28 +-
 72 files changed, 3087 insertions(+), 614 deletions(-)
 copy csharp/{test/Drivers/FlightSql/FlightSqlTestingUtils.cs => 
src/Drivers/Apache/Attributes.cs} (80%)
 rename csharp/src/Drivers/{Databricks => 
Apache/Hive2}/IHiveServer2Statement.cs (76%)
 copy csharp/{test/Drivers/Apache/Spark/SparkTestConfiguration.cs => 
src/Drivers/Apache/Thrift/Service/Rpc/Thrift/IRequest.cs} (53%)
 copy csharp/src/Drivers/Apache/{Impala/ImpalaStatement.cs => 
Thrift/Service/Rpc/Thrift/IResponse.cs} (50%)
 copy csharp/src/{Client/Apache.Arrow.Adbc.Client.csproj => 
Telemetry/Traces/Exporters/Apache.Arrow.Adbc.Telemetry.Traces.Exporters.csproj} 
(51%)
 create mode 100644 csharp/src/Telemetry/Traces/Exporters/ExportersBuilder.cs
 copy csharp/src/{Drivers/FlightSql/FlightSqlDriver.cs => 
Telemetry/Traces/Exporters/ExportersOptions.cs} (61%)
 create mode 100644 
csharp/src/Telemetry/Traces/Exporters/FileExporter/FileExporter.cs
 create mode 100644 
csharp/src/Telemetry/Traces/Exporters/FileExporter/FileExporterExtensions.cs
 create mode 100644 
csharp/src/Telemetry/Traces/Exporters/FileExporter/FileExporterOptions.cs
 create mode 100644 
csharp/src/Telemetry/Traces/Exporters/FileExporter/SerializableActivity.cs
 copy csharp/src/{Apache.Arrow.Adbc/C/CAdbcErrorDetail.cs => 
Telemetry/Traces/Exporters/FileExporter/SerializableActivityJsonContext.cs} 
(58%)
 create mode 100644 
csharp/src/Telemetry/Traces/Exporters/FileExporter/TracingFile.cs
 copy 
java/.checker-framework/org.apache.arrow.adapter.jdbc.JdbcToArrowUtils.astub => 
csharp/src/Telemetry/Traces/Exporters/Properties/AssemblyInfo.cs (63%)
 create mode 100644 csharp/src/Telemetry/Traces/Exporters/readme.md
 create mode 100644 
csharp/test/Drivers/Databricks/Unit/DatabricksCompositeReaderUnitTests.cs
 create mode 100644 
csharp/test/Telemetry/Traces/Exporters/Apache.Arrow.Adbc.Tests.Telemetry.Traces.Exporters.csproj
 create mode 100644 
csharp/test/Telemetry/Traces/Exporters/ExportersBuilderTests.cs
 create mode 100644 
csharp/test/Telemetry/Traces/Exporters/FileExporter/FileExporterTests.cs
 create mode 100644 
csharp/test/Telemetry/Traces/Exporters/FileExporter/TracingFileTests.cs
 copy c/include/arrow-adbc/driver/bigquery.h => go/adbc/pkg/bigquery/extra.go 
(58%)

Reply via email to