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

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


    omit f65854d8a chore(rust): Bump the arrow-datafusion group across 1 
directory with 6 updates
     add d8bd708e0 ci: build windows artifacts in release mode in packaging 
workflow (#4099)
     add 21c054924 chore: Bump the actions group with 2 updates (#4109)
     add ab9be7935 feat(python/adbc_driver_manager): allow more types in init 
(#4088)
     add 4096719cb feat: add convenience API for bulk ingest (#4116)
     add 75ca3d617 test(c/driver_manager): fully test driver/uri/profile 
combinations (#4092)
     add 79887f015 chore(rust): Bump toml from 1.0.6+spec-1.1.0 to 
1.0.7+spec-1.1.0 in /rust (#4107)
     add 49a34c79b chore(rust): Bump the arrow-datafusion group across 1 
directory with 6 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   (f65854d8a)
            \
             N -- N -- N   
refs/heads/dependabot/cargo/rust/arrow-datafusion-2bf9e2637d (49a34c79b)

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                  |   2 +-
 .github/workflows/packaging.yml                    |   4 +-
 c/driver/sqlite/sqlite.cc                          |  30 +-
 c/driver_manager/adbc_driver_manager.cc            | 123 ++++-
 c/driver_manager/adbc_driver_manager_api.cc        |  58 +--
 c/driver_manager/adbc_driver_manager_internal.h    |   6 +
 c/driver_manager/adbc_driver_manager_test.cc       | 541 ++++++++++++++++++---
 ci/scripts/cpp_build.sh                            |   2 +-
 ci/scripts/java_jni_build.sh                       |   2 +-
 docs/source/format/connection_profiles.rst         |   7 +
 go/adbc/drivermgr/adbc_driver_manager.cc           | 123 ++++-
 go/adbc/drivermgr/adbc_driver_manager_api.cc       |  58 +--
 go/adbc/drivermgr/adbc_driver_manager_internal.h   |   6 +
 javascript/__test__/bind.spec.ts                   |  37 +-
 javascript/__test__/ingest.spec.ts                 | 101 ++++
 javascript/lib/index.ts                            |  48 +-
 javascript/lib/types.ts                            |  56 ++-
 javascript/src/client.rs                           |  18 +-
 .../adbc_driver_manager/_lib.pyi                   |  19 +-
 .../adbc_driver_manager/_lib.pyx                   | 102 +++-
 python/adbc_driver_manager/tests/test_lowlevel.py  | 145 +++++-
 python/adbc_driver_manager/tests/test_profile.py   |  81 ++-
 rust/Cargo.lock                                    |  20 +-
 rust/driver_manager/Cargo.toml                     |   2 +-
 24 files changed, 1285 insertions(+), 306 deletions(-)
 create mode 100644 javascript/__test__/ingest.spec.ts

Reply via email to