This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/go/adbc/golang.org/x/sync-0.17.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard e5c8ccf6c chore(go/adbc): Bump golang.org/x/sync from 0.16.0 to 0.17.0
in /go/adbc
add 69ba923fa feat(c/driver_manager): don't ignore invalid manifests
(#3399)
add 58d7532af chore: Bump actions/setup-go from 5 to 6 (#3402)
add 2377fc3a1 chore(go/adbc): Bump google.golang.org/api from 0.248.0 to
0.249.0 in /go/adbc (#3401)
add 1459771d4 chore(rust): Bump windows-sys from 0.60.2 to 0.61.0 in /rust
(#3413)
add e4e85ab0d chore(go/adbc): Bump golang.org/x/sync from 0.16.0 to 0.17.0
in /go/adbc
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 (e5c8ccf6c)
\
N -- N -- N
refs/heads/dependabot/go_modules/go/adbc/golang.org/x/sync-0.17.0 (e4e85ab0d)
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/dev.yml | 2 +-
.github/workflows/integration.yml | 6 +-
.github/workflows/java.yml | 2 +-
.github/workflows/native-unix.yml | 10 +-
.github/workflows/native-windows.yml | 2 +-
.github/workflows/packaging.yml | 6 +-
.github/workflows/r-check.yml | 2 +-
.github/workflows/rust.yml | 2 +-
.pre-commit-config.yaml | 6 ++
c/driver_manager/adbc_driver_manager.cc | 92 ++++++++++++++--
c/driver_manager/adbc_driver_manager_test.cc | 124 +++++++++++++++++++++-
ci/scripts/run_cgo_drivermgr_check.sh | 16 ++-
go/adbc/drivermgr/adbc_driver_manager.cc | 92 ++++++++++++++--
go/adbc/go.mod | 2 +-
go/adbc/go.sum | 4 +-
python/adbc_driver_manager/tests/test_manifest.py | 106 ++++++++++++++++++
rust/Cargo.lock | 28 +++--
17 files changed, 444 insertions(+), 58 deletions(-)
create mode 100644 python/adbc_driver_manager/tests/test_manifest.py