This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions-3f80967fc5
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard d2ca4a06f chore: bump the actions group with 2 updates
add aaf0433db chore(java): bump org.postgresql:postgresql from 42.7.11 to
42.7.12 (#4476)
add e9f22b233 chore!(rust): remove DataFusion driver (#4455)
add a7523e9e4 chore: bump the actions group across 1 directory 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 (d2ca4a06f)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions-3f80967fc5 (a7523e9e4)
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/dependabot.yml | 3 +-
.github/workflows/rust.yml | 39 +-
dev/release/post-08-rust.sh | 2 -
docs/source/driver/status.rst | 1 -
docs/source/rust/quickstart.rst | 7 +-
java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
rust/Cargo.lock | 2885 +++--------------------
rust/driver/datafusion/Cargo.toml | 52 -
rust/driver/datafusion/README.md | 60 -
rust/driver/datafusion/src/lib.rs | 995 --------
rust/driver/datafusion/tests/test_datafusion.rs | 224 --
11 files changed, 314 insertions(+), 3956 deletions(-)
delete mode 100644 rust/driver/datafusion/Cargo.toml
delete mode 100644 rust/driver/datafusion/README.md
delete mode 100644 rust/driver/datafusion/src/lib.rs
delete mode 100644 rust/driver/datafusion/tests/test_datafusion.rs