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

github-bot pushed a change to branch 
dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


 discard b8fc31106 chore(go/adbc): Bump github.com/snowflakedb/gosnowflake in 
/go/adbc
     add 98e6bbd7e chore(java): Bump 
com.diffplug.spotless:spotless-maven-plugin from 3.2.1 to 3.3.0 in /java (#4035)
     add 39acf7985 chore(java): Bump com.google.protobuf:protobuf-java from 
4.33.5 to 4.34.0 in /java (#4033)
     add bb3f4bf06 chore(rust): Bump tokio from 1.49.0 to 1.50.0 in /rust 
(#4038)
     add f8d056801 refactor(c/driver_manager): split up adbc_driver_manager.cc 
for easier maintenance (#4029)
     add 4b46b64df chore(go/adbc): Bump github.com/databricks/databricks-sql-go 
from 1.9.0 to 1.10.0 in /go/adbc (#4015)
     add 5ddea7121 chore(go/adbc): Bump github.com/snowflakedb/gosnowflake 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   (b8fc31106)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/go/adbc/github.com/snowflakedb/gosnowflake-1.19.0
 (5ddea7121)

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:
 .gitattributes                                     |    4 +
 .pre-commit-config.yaml                            |   10 +-
 c/driver_manager/CMakeLists.txt                    |    3 +
 c/driver_manager/adbc_driver_manager.cc            | 3215 ++------------------
 c/driver_manager/adbc_driver_manager_api.cc        | 1583 ++++++++++
 .../adbc_driver_manager_driver_loading.cc          |  826 +++++
 c/driver_manager/adbc_driver_manager_internal.h    |  255 ++
 c/driver_manager/adbc_driver_manager_profiles.cc   |  480 +++
 c/driver_manager/current_arch.h                    |    2 +-
 c/driver_manager/meson.build                       |    7 +-
 ci/scripts/run_cgo_drivermgr_check.sh              |   18 +-
 go/adbc/drivermgr/adbc_driver_manager.cc           | 3215 ++------------------
 go/adbc/drivermgr/adbc_driver_manager_api.cc       | 1583 ++++++++++
 .../adbc_driver_manager_driver_loading.cc          |  826 +++++
 go/adbc/drivermgr/adbc_driver_manager_internal.h   |  255 ++
 go/adbc/drivermgr/adbc_driver_manager_profiles.cc  |  480 +++
 go/adbc/drivermgr/current_arch.h                   |    2 +-
 go/adbc/go.mod                                     |    2 +-
 go/adbc/go.sum                                     |    4 +-
 java/driver/flight-sql/pom.xml                     |    2 +-
 java/pom.xml                                       |    2 +-
 python/adbc_driver_manager/MANIFEST.in             |    4 +
 python/adbc_driver_manager/setup.py                |    9 +-
 python/adbc_driver_manager/tests/test_lowlevel.py  |    2 +-
 r/adbcdrivermanager/src/Makevars                   |    5 +-
 r/adbcdrivermanager/src/Makevars.win               |    5 +-
 rust/Cargo.lock                                    |    4 +-
 rust/driver/datafusion/Cargo.toml                  |    2 +-
 28 files changed, 6747 insertions(+), 6058 deletions(-)
 create mode 100644 c/driver_manager/adbc_driver_manager_api.cc
 create mode 100644 c/driver_manager/adbc_driver_manager_driver_loading.cc
 create mode 100644 c/driver_manager/adbc_driver_manager_internal.h
 create mode 100644 c/driver_manager/adbc_driver_manager_profiles.cc
 create mode 100644 go/adbc/drivermgr/adbc_driver_manager_api.cc
 create mode 100644 go/adbc/drivermgr/adbc_driver_manager_driver_loading.cc
 create mode 100644 go/adbc/drivermgr/adbc_driver_manager_internal.h
 create mode 100644 go/adbc/drivermgr/adbc_driver_manager_profiles.cc

Reply via email to