This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/cargo/rust/test-with-0.15.2
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
omit fc11863b0 chore(rust): bump test-with from 0.15.1 to 0.15.2 in /rust
add ca929ee3e test(csharp/src/Drivers): add Spice.ai test target (#2961)
add 67083806c chore: regenerate LICENSE (#3067)
add 02a42190c chore(go/adbc): bump the opentelemetry group in /go/adbc
with 6 updates (#3069)
add 13b08804c chore(java): bump com.google.errorprone:error_prone_core
from 2.38.0 to 2.39.0 in /java (#3072)
add 7fa583834 chore(java): bump dep.org.checkerframework.version from
3.49.4 to 3.49.5 in /java (#3074)
add 52aaaae51 chore(go/adbc): bump google.golang.org/api from 0.238.0 to
0.239.0 in /go/adbc (#3068)
add 10ab7cb33 chore(java): bump org.junit:junit-bom from 5.13.1 to 5.13.2
in /java (#3077)
add 53c92aa44 chore(csharp): Bump Azure.Identity and
System.Diagnostics.DiagnosticSource (#3078)
add 4897d2f9b fix(csharp/src/Drivers/Databricks): Align ConnectionTimeout
with TemporarilyUnavailableRetryTimeout (#3073)
add ba2efd0d8 feat(csharp/src/Drivers/Databricks): Fix for older DBR
versions incorrect ResultFormat (#3020)
add bab1efcb9 chore(rust): fix new clippy lints (#3076)
add d3446519e chore(rust): bump test-with from 0.15.1 to 0.15.2 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 (fc11863b0)
\
N -- N -- N refs/heads/dependabot/cargo/rust/test-with-0.15.2
(d3446519e)
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/integration.yml | 33 ++
LICENSE.txt | 570 ++++++++++++++++++---
...relocate.dockerfile => spiceai-init.dockerfile} | 38 +-
compose.yaml | 14 +
csharp/configs/flightsql-spiceai.json | 28 +
.../src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj | 2 +-
.../Extensions/IArrowArrayExtensions.cs | 4 +
.../CloudFetch/CloudFetchDownloadManager.cs | 4 +-
.../Databricks/CloudFetch/CloudFetchReader.cs | 7 +-
.../CloudFetch/CloudFetchResultFetcher.cs | 22 +-
.../Databricks/DatabricksCompositeReader.cs | 115 +++++
.../src/Drivers/Databricks/DatabricksConnection.cs | 32 +-
csharp/src/Drivers/Databricks/DatabricksReader.cs | 14 +-
.../Apache.Arrow.Adbc.Tests.csproj | 2 +-
...Apache.Arrow.Adbc.Tests.Drivers.BigQuery.csproj | 2 +-
.../CloudFetch/CloudFetchResultFetcherTest.cs | 139 ++++-
.../test/Drivers/Interop/FlightSql/ClientTests.cs | 4 +-
.../Drivers/Interop/FlightSql/FlightSqlData.cs | 70 +++
.../FlightSql/FlightSqlTestConfiguration.cs | 3 +-
csharp/test/Drivers/Interop/FlightSql/readme.md | 30 ++
go/adbc/go.mod | 26 +-
go/adbc/go.sum | 52 +-
java/pom.xml | 6 +-
license.tpl | 25 +
rust/core/src/driver_exporter.rs | 6 +-
rust/core/src/options.rs | 2 +-
26 files changed, 1096 insertions(+), 154 deletions(-)
copy ci/docker/{python-wheel-manylinux-relocate.dockerfile =>
spiceai-init.dockerfile} (54%)
create mode 100644 csharp/configs/flightsql-spiceai.json
create mode 100644 csharp/src/Drivers/Databricks/DatabricksCompositeReader.cs