This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/cargo/rust/arrow-datafusion-e6c63645a5
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
discard 650450eae chore(rust): bump the arrow-datafusion group in /rust with 2
updates
add 1f3bf1170 feat(python/adbc_driver_manager): simplify autocommit=True
(#2990)
add 1747f7cd6 docs: update CONTRIBUTING to use mamba consistently (#2995)
add e54e7b479 docs(rust): add ADBC_SNOWFLAKE_GO_LIB_DIR requirement (#2984)
add bf3620bc2 ci: bump pipelines to test 3.13 instead of 3.12 or 3.11
(#2999)
add c84cc91f2 fix(go/adbc/driver): inject version to built Go drivers
(#2916)
add fd850006a chore(r): fix typo (#2975)
add de79fa936 ci(rust): verify MSRV of each package (#2996)
add 0772ce485 chore(csharp): fix typo (#3002)
add f5ee01efd fix(csharp/src/Drivers): Add FK_NAME and KEQ_SEQ fields to
GetColumnsExtended and improve type handling (#2959)
add 93429398d fix(r/adbcsqlite): Don't print results of compilation
failure when checking for extension support (#3003)
add 8b1757a7b fix(csharp/src/Drivers): Enhance pattern wildcard escaping
in metadata operations (#2960)
add 46ec7c3a0 feat(csharp/src/Drivers/Databricks): Protocol feature
negotiator (#2985)
add 7190e0b49 chore: add codespell (#2864)
add bbf3389e0 build(csharp): Conditionalise dependencies (#3005)
add eba523574 chore(csharp): use license expression (#3006)
add 8e1b02824 feat(c/driver_manager): add new function to allow loading by
manifest (#2918)
add 17dddf18a chore(rust): bump the arrow-datafusion group in /rust 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 (650450eae)
\
N -- N -- N
refs/heads/dependabot/cargo/rust/arrow-datafusion-e6c63645a5 (17dddf18a)
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:
.codespell-ignore | 13 +
ci/conda_env_cpp_lint.txt => .codespellrc | 5 +-
.github/workflows/native-unix.yml | 5 +-
.github/workflows/native-windows.yml | 5 +-
.github/workflows/packaging.yml | 2 +-
.github/workflows/rust.yml | 20 +
.pre-commit-config.yaml | 4 +
CONTRIBUTING.md | 51 +-
LICENSE.txt | 25 +
c/CMakeLists.txt | 5 +-
c/cmake_modules/AdbcDefines.cmake | 3 +-
c/cmake_modules/BuildUtils.cmake | 2 +-
c/cmake_modules/DefineOptions.cmake | 6 +
c/cmake_modules/GoUtils.cmake | 10 +-
c/driver/flightsql/sqlite_flightsql_test.cc | 3 +-
c/driver_manager/CMakeLists.txt | 46 +-
c/driver_manager/adbc_driver_manager.cc | 524 +-
c/driver_manager/adbc_driver_manager_test.cc | 370 +-
c/driver_manager/current_arch.h | 88 +
c/driver_manager/meson.build | 6 +-
c/include/arrow-adbc/adbc_driver_manager.h | 58 +
c/meson.build | 1 +
c/symbols.map | 6 +-
c/vendor/toml++/toml.hpp | 17748 +++++++++++++++++++
.../{vendor_sqlite3.sh => vendor_tomlplusplus.sh} | 15 +-
ci/scripts/cpp_build.ps1 | 5 +-
ci/scripts/cpp_build.sh | 6 +-
csharp/Directory.Build.props | 3 +-
.../src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj | 2 +
.../Apache/Apache.Arrow.Adbc.Drivers.Apache.csproj | 2 +
csharp/src/Drivers/Apache/ApacheParameters.cs | 4 +-
.../Drivers/Apache/Hive2/HiveServer2Statement.cs | 153 +-
.../Apache.Arrow.Adbc.Drivers.BigQuery.csproj | 2 +
.../src/Drivers/Databricks/DatabricksConnection.cs | 18 +-
.../src/Drivers/Databricks/DatabricksStatement.cs | 18 +-
.../Drivers/Databricks/FeatureVersionNegotiator.cs | 128 +
.../Apache/Impala/Resources/impalaconfig.json | 2 +-
csharp/test/Drivers/Databricks/StatementTests.cs | 49 +-
dev/release/rat_exclude_files.txt | 1 +
glib/meson.build | 2 +-
go/adbc/driver/flightsql/utils.go | 4 +-
go/adbc/driver/internal/driverbase/driver.go | 13 +-
go/adbc/drivermgr/adbc_driver_manager.cc | 526 +-
go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h | 58 +
go/adbc/drivermgr/current_arch.h | 88 +
go/adbc/drivermgr/wrapper.go | 3 +-
go/adbc/pkg/Makefile | 5 +-
go/adbc/pkg/_tmpl/driver.go.tmpl | 2 +-
go/adbc/pkg/bigquery/driver.go | 2 +-
go/adbc/pkg/flightsql/driver.go | 2 +-
go/adbc/pkg/panicdummy/driver.go | 2 +-
go/adbc/pkg/snowflake/driver.go | 2 +-
python/adbc_driver_manager/.gitignore | 1 +
python/adbc_driver_manager/MANIFEST.in | 2 +
.../adbc_driver_manager/dbapi.py | 26 +-
python/adbc_driver_manager/setup.py | 5 +
python/adbc_driver_sqlite/tests/test_dbapi.py | 1 +
r/adbcdrivermanager/src/Makevars | 2 +-
r/adbcdrivermanager/src/{Makevars => Makevars.win} | 3 +-
r/adbcdrivermanager/src/options.cc | 6 +-
r/adbcsqlite/cleanup | 1 +
r/adbcsqlite/configure | 3 +-
rust/Cargo.lock | 4 +-
rust/README.md | 4 +-
64 files changed, 19974 insertions(+), 207 deletions(-)
create mode 100644 .codespell-ignore
copy ci/conda_env_cpp_lint.txt => .codespellrc (92%)
create mode 100644 c/driver_manager/current_arch.h
create mode 100644 c/vendor/toml++/toml.hpp
copy c/vendor/{vendor_sqlite3.sh => vendor_tomlplusplus.sh} (72%)
create mode 100644 csharp/src/Drivers/Databricks/FeatureVersionNegotiator.cs
create mode 100644 go/adbc/drivermgr/current_arch.h
copy r/adbcdrivermanager/src/{Makevars => Makevars.win} (89%)