Commit 54e972c
Remove LogicalTypeId::USER (renamed to TYPE in DuckDB)
DuckDB removed LogicalTypeId::USER from the enum. The type was renamed
to LogicalTypeId::TYPE. Remove it from the unsupported types switch case.
Also update extension-ci-tools to latest.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 663b883 commit 54e972c
2 files changed
+1
-2
lines changedSubmodule extension-ci-tools updated 22 files
- .github/workflows/TestCITools.yml+45-28
- .github/workflows/_extension_deploy.yml+19-6
- .github/workflows/_extension_distribution.yml+319-38
- README.md+9-6
- config/distribution_matrix.json+50-12
- docker/linux_amd64/Dockerfile+22-1
- docker/linux_amd64_musl/Dockerfile+23-4
- docker/linux_arm64/Dockerfile+23-1
- docker/linux_arm64_musl/Dockerfile+109
- makefiles/c_api_extensions/base.Makefile+9-11
- makefiles/c_api_extensions/rust.Makefile+13-1
- makefiles/duckdb_extension.Makefile+86-20
- makefiles/vcpkg.Makefile+10
- scripts/modify_distribution_matrix.py+30-3
- vcpkg_ports/README.md+4
- vcpkg_ports/avro-c/avro.patch-377
- vcpkg_ports/avro-c/avro_writer.patch-126
- vcpkg_ports/avro-c/duckdb.patch-125
- vcpkg_ports/avro-c/field_id.patch-406
- vcpkg_ports/avro-c/portfile.cmake+3-8
- vcpkg_ports/vcpkg-cmake/vcpkg.json+1-1
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_configure.cmake+27-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
| |||
0 commit comments