This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/cargo/rust/arrow-datafusion-5d578ea766
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
omit 400898a23 chore(rust): bump the arrow-datafusion group across 1
directory with 4 updates
add 03ac45423 chore(csharp): Bump Microsoft.NET.Test.Sdk from 18.6.0 to
18.7.0 (#4449)
add 530b935db chore(javascript): bump napi from 3.9.2 to 3.9.3 (#4447)
add f4de711b1 chore(go): bump modernc.org/sqlite from 1.52.0 to 1.53.0
(#4446)
add d63158da6 chore: bump the actions group with 11 updates (#4448)
add 2bd8778a3 feat(java/driver/jni): add fluent connection interface
(#4452)
add 21cd0161d chore(ci): Restrict trigger push branch for GitHub Workflow
(#4458)
add eb08d357b feat(c/driver/sqlite): add support for sqlite:// URI scheme
(#4463)
add 528a77c37 chore(rust): bump the arrow-datafusion group across 1
directory 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 (400898a23)
\
N -- N -- N
refs/heads/dependabot/cargo/rust/arrow-datafusion-5d578ea766 (528a77c37)
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/asf-allowlist-check.yml | 4 +-
.github/workflows/csharp.yml | 6 +-
.github/workflows/dev.yml | 10 +-
.github/workflows/dev_adbc.yml | 6 +-
.github/workflows/integration.yml | 18 +--
.github/workflows/java.yml | 18 +--
.github/workflows/javascript.yml | 6 +-
.github/workflows/native-unix.yml | 44 +++----
.github/workflows/native-windows.yml | 22 ++--
.github/workflows/nightly-verify.yml | 8 +-
.github/workflows/nightly-website.yml | 8 +-
.github/workflows/packaging.yml | 26 ++---
.github/workflows/r-check.yml | 10 +-
.github/workflows/r-extended.yml | 6 +-
.github/workflows/rust.yml | 4 +-
.github/workflows/verify.yml | 4 +-
c/driver/sqlite/sqlite.cc | 13 ++-
c/driver/sqlite/sqlite_test.cc | 130 +++++++++++++++++++++
.../Gemfile} | 4 +-
ci/linux-packages/Gemfile.lock | 14 +++
csharp/Directory.Packages.props | 2 +-
docs/source/driver/sqlite.rst | 23 +++-
go/adbc/go.mod | 4 +-
go/adbc/go.sum | 20 ++--
.../adbc/driver/jni/PostgresIntegrationTest.java | 7 +-
.../adbc/driver/jni/SqlServerIntegrationTest.java | 17 +++
.../apache/arrow/adbc/driver/jni/JniDriver.java | 53 +++++++++
javascript/Cargo.lock | 4 +-
28 files changed, 367 insertions(+), 124 deletions(-)
copy ci/{docker/dremio-init.dockerfile => linux-packages/Gemfile} (93%)
create mode 100644 ci/linux-packages/Gemfile.lock