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

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


 discard c8089c263 chore(rust): bump prost from 0.13.5 to 0.14.1 in /rust
     add 58f1ce643 feat(glib): add AdbcStatementGetParameterSchema() bindings 
(#3118)
     add bc48e186c feat(csharp/src/Drivers): update drivers to .NET 8 (#3120)
     add 573a326bd fix(csharp/src/Drivers/Databricks): Change fallback check of 
Databricks.GetColumnsExtendedAsync (#3121)
     add 30e8856dc feat(go/adbc/sqldriver): handle timestamp/time.Time values 
for input (#3109)
     add 9e90ff736 feat(csharp/src/Drivers/Apache): Add compression support for 
Spark, Impala & Hive Http Connection (#3127)
     add a56528c69 fix(csharp/src/Drivers/Databricks): Set 
GetObjectsPatternsRequireLowerCase true (#3131)
     add 50addb4a4 fix(go/adbc/pkg): add PowerShell option to run when 
executing in a Windows-based ADO pipeline (#3124)
     add 2126e60c0 chore: fix typo (#3129)
     add 5a3bfcd65 feat(csharp/src/Drivers/Databricks): Fix 
StatementTimeoutTest (#3133)
     add 241477e92 feat(csharp/src/Drivers/Databricks): Remove redundant 
CloseOperation for GetColumnsAsync (#3132)
     add bcd2d756d feat(csharp/src/Drivers/Databricks): Move 
DescribeTableExtended to version negotiator (#3137)
     add 92c26ec62 feat(rust/core): add function to load driver manifests 
(#3099)
     add e8bfe1738 fix(go/adbc/drivermgr): properly vendor toml++ (#3138)
     add 0fd80bce0 chore(format): fix invalid Doxygen documentation (#3141)
     add 61481624d test(rust/core): ensure unset the env var before the test 
without the env var (#3146)
     add 442dce101 fix(rust/core): fix build errror on windows and enable ci 
for windows (#3148)
     add 00be00e90 chore(csharp/test/Drivers/Databricks): Fix some test cases 
that have null catalog (#3139)
     add 40023363d chore(csharp/test/Drivers/Databricks): Add IsCITesting in 
DatabricksTestConfiguration (#3153)
     add ef5aa5e3f chore(csharp/test/Drivers/Databricks): Skip 
StatusPollerKeepsQueryAlive in CI test (#3155)
     add f3574fc04 test(rust/core): use the temp-env package to test with env 
var (#3152)
     add c0cc1ddbc chore(rust): bump test-with from 0.15.2 to 0.15.3 in /rust 
(#3160)
     add d0cfdbc9e chore(java): bump com.github.ben-manes.caffeine:caffeine 
from 3.2.1 to 3.2.2 in /java (#3162)
     add 35b9a91c2 chore(java): bump com.google.errorprone:error_prone_core 
from 2.39.0 to 2.40.0 in /java (#3158)
     add a7acf2972 chore(go/adbc): bump golang.org/x/sync from 0.15.0 to 0.16.0 
in /go/adbc (#3159)
     add 34a3c50db chore(java): bump 
com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 in /java 
(#3164)
     add 868399372 chore(go/adbc): bump golang.org/x/tools from 0.34.0 to 
0.35.0 in /go/adbc (#3165)
     add e0e544f36 chore(go/adbc): bump google.golang.org/api from 0.240.0 to 
0.241.0 in /go/adbc (#3166)
     add f8ce11df5 chore(rust): bump toml from 0.9.0 to 0.9.2 in /rust (#3163)
     add a7b546d3f fix(csharp/src/Drivers/Databricks): correct tracing 
instrumentation for assembly name and version (#3170)
     add 5338294fd feat(csharp/test/Drivers/Databricks): Enable RunAsync option 
in TExecuteStatementReq (#3171)
     add fb9fca5eb chore(rust/driver/datafusion)!: update to datafusion 48 
(#3167)
     add 61bafc58e chore(rust): bump prost from 0.13.5 to 0.14.1 in /rust

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   (c8089c263)
            \
             N -- N -- N   refs/heads/dependabot/cargo/rust/prost-0.14.1 
(61bafc58e)

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:
 .codespell-dictionary                              |    1 +
 .codespellrc                                       |    1 +
 .github/workflows/rust.yml                         |   48 +-
 .pre-commit-config.yaml                            |    2 +-
 c/include/arrow-adbc/adbc_driver_manager.h         |    3 +-
 ci/scripts/rust_test.sh                            |    6 +
 .../src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj |    2 +-
 csharp/src/Client/Apache.Arrow.Adbc.Client.csproj  |    2 +-
 .../Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj |    2 +-
 .../Drivers/Apache/Hive2/HiveServer2Connection.cs  |    2 +
 .../Apache/Hive2/HiveServer2HttpConnection.cs      |    3 -
 .../src/Drivers/Apache/Hive2/HiveServer2Reader.cs  |    6 +-
 .../Apache/Hive2/HiveServer2StandardConnection.cs  |    3 -
 .../Drivers/Apache/Hive2/HiveServer2Statement.cs   |    9 +-
 .../src/Drivers/Apache/Hive2/HiveServer2TlsImpl.cs |    2 +
 .../Drivers/Apache/Impala/ImpalaHttpConnection.cs  |    2 -
 .../Apache/Impala/ImpalaStandardConnection.cs      |    3 -
 .../src/Drivers/Apache/Impala/ImpalaStatement.cs   |    7 +-
 .../Drivers/Apache/Spark/SparkHttpConnection.cs    |    2 -
 .../Apache/Spark/SparkStandardConnection.cs        |    3 -
 csharp/src/Drivers/Apache/Spark/SparkStatement.cs  |    7 +-
 .../Apache.Arrow.Adbc.Drivers.BigQuery.csproj      |    2 +-
 .../Apache.Arrow.Adbc.Drivers.Databricks.csproj    |    2 +-
 .../src/Drivers/Databricks/BaseDatabricksReader.cs |   11 +-
 .../Databricks/CloudFetch/CloudFetchReader.cs      |    8 -
 .../Databricks/DatabricksCompositeReader.cs        |    7 +-
 .../src/Drivers/Databricks/DatabricksConnection.cs |   31 +-
 .../src/Drivers/Databricks/DatabricksParameters.cs |    6 +
 csharp/src/Drivers/Databricks/DatabricksReader.cs  |    7 -
 .../src/Drivers/Databricks/DatabricksStatement.cs  |   16 +-
 .../Drivers/Databricks/FeatureVersionNegotiator.cs |    9 +
 .../Apache.Arrow.Adbc.Drivers.FlightSql.csproj     |    2 +-
 csharp/src/Drivers/FlightSql/FlightSqlDriver.cs    |    2 +-
 ...che.Arrow.Adbc.Drivers.Interop.FlightSql.csproj |    2 +-
 ...che.Arrow.Adbc.Drivers.Interop.Snowflake.csproj |    2 +-
 .../test/Drivers/Apache/Common/StatementTests.cs   |   12 +-
 .../Databricks/E2E/DatabricksConnectionTest.cs     |   18 +-
 .../Databricks/E2E/DatabricksTestConfiguration.cs  |    3 +
 .../test/Drivers/Databricks/E2E/StatementTests.cs  |   90 +-
 .../Drivers/Databricks/E2E/StringValueTests.cs     |    2 +-
 ...dbc.SmokeTests.Drivers.Interop.FlightSql.csproj |    2 +-
 dev/release/post-07-csharp.sh                      |    3 +
 dev/release/rat_exclude_files.txt                  |    1 +
 glib/adbc-arrow-glib/statement.c                   |   36 +
 glib/adbc-arrow-glib/statement.h                   |    3 +
 glib/adbc-glib/statement.c                         |   48 +
 glib/adbc-glib/statement.h                         |    3 +
 glib/test/test-arrow-statement.rb                  |    8 +
 glib/test/test-statement.rb                        |   13 +
 go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h |    3 +-
 .../adbc/drivermgr/vendored}/toml++/toml.hpp       |    0
 go/adbc/drivermgr/wrapper.go                       |    2 +-
 go/adbc/go.mod                                     |   18 +-
 go/adbc/go.sum                                     |   36 +-
 go/adbc/pkg/Makefile                               |    8 +-
 go/adbc/sqldriver/driver.go                        |   95 +-
 go/adbc/sqldriver/driver_internals_test.go         |   69 +-
 java/driver/flight-sql/pom.xml                     |    2 +-
 java/pom.xml                                       |    4 +-
 ruby/lib/adbc/statement.rb                         |   10 +
 ruby/test/test-statement.rb                        |    7 +
 rust/Cargo.lock                                    | 1400 ++++++++------------
 rust/core/Cargo.toml                               |   35 +-
 rust/core/src/driver_manager.rs                    |  892 ++++++++++++-
 rust/core/src/lib.rs                               |   11 +
 rust/driver/datafusion/Cargo.toml                  |   18 +-
 rust/driver/datafusion/README.md                   |    4 +
 rust/driver/datafusion/src/lib.rs                  |    1 +
 rust/driver/datafusion/tests/test_datafusion.rs    |    2 +
 rust/driver/snowflake/Cargo.toml                   |    2 +-
 rust/driver/snowflake/build.rs                     |   11 +-
 71 files changed, 2030 insertions(+), 1065 deletions(-)
 create mode 100644 .codespell-dictionary
 copy {c/vendor => go/adbc/drivermgr/vendored}/toml++/toml.hpp (100%)

Reply via email to