This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/cargo/rust/arrow-datafusion-2e05bc901c in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard c92b379ec chore(rust): bump the arrow-datafusion group across 1 directory with 4 updates add 875c0b26a fix(go/adbc): changing the location of FlightSQLDriverInit function (#3079) add 49fbda1f0 chore(java): bump org.junit:junit-bom from 5.13.2 to 5.13.3 in /java (#3112) add d9762b093 chore(go/adbc): bump google.golang.org/api from 0.239.0 to 0.240.0 in /go/adbc (#3110) add 6e0a9e58f chore(java): bump com.microsoft.sqlserver:mssql-jdbc from 12.10.1.jre11 to 13.1.0.jre11-preview in /java (#3114) add fe23d35bd docs: organize Documentation steps of CONTRIBUTING.md (#3100) add cfb7f8240 chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.14.1 to 1.15.0 in /go/adbc (#3116) add 8a1e55fbc chore(rust): bump tokio from 1.45.1 to 1.46.1 in /rust (#3113) add e7f9af280 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 (c92b379ec) \ N -- N -- N refs/heads/dependabot/cargo/rust/arrow-datafusion-2e05bc901c (e7f9af280) 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: CONTRIBUTING.md | 49 ++++-- go/adbc/go.mod | 4 +- go/adbc/go.sum | 8 +- .../bigquery.h => go/adbc/pkg/flightsql/init.go | 30 ++-- go/adbc/pkg/flightsql/utils.c | 6 - java/driver/jdbc-validation-mssqlserver/pom.xml | 2 +- java/pom.xml | 2 +- rust/Cargo.lock | 173 ++++++++++++++++----- rust/driver/datafusion/Cargo.toml | 2 +- 9 files changed, 197 insertions(+), 79 deletions(-) copy c/include/arrow-adbc/driver/bigquery.h => go/adbc/pkg/flightsql/init.go (63%)