Commit 1c6461b
committed
Updates for DuckDB 1.4.2
Signed-off-by: David Christensen <[email protected]>1 parent 2c7287f commit 1c6461b
File tree
30 files changed
+854
-468
lines changed- duckdb_pglake
- patches
- duckdb-azure
- duckdb-postgres
- src
- fs
- include
- pg_lake
- fs
- pg_lake_copy/tests/pytests
- pg_lake_table/tests/pytests
- pgduck_server
- src/duckdb
- tests
- ctests
- pytests
30 files changed
+854
-468
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .github/workflows/codeql-csharp-analysis.yml+1-1
- .github/workflows/codeql-java-analysis.yml+2-2
- .github/workflows/codeql-js-analysis.yml+1-1
- .github/workflows/codeql-py-analysis.yml+1-1
- .github/workflows/deploy-docs.yml+16-16
- .github/workflows/java-publish-snapshot.yml+2-2
- .github/workflows/maven4.yml+2-2
- .github/workflows/rat.yml+2-2
- .github/workflows/spotless.yml+2-2
- .github/workflows/test-docker.yml+1-1
- .github/workflows/test-lang-c++.yml+1-1
- .github/workflows/test-lang-c.yml+4-4
- .github/workflows/test-lang-csharp.yml+3-3
- .github/workflows/test-lang-java.yml+4-4
- .github/workflows/test-lang-js.yml+2-2
- .github/workflows/test-lang-perl.yml+3-3
- .github/workflows/test-lang-php.yml+5-5
- .github/workflows/test-lang-py.yml+3-3
- .github/workflows/test-lang-ruby.yml+3-3
- doc/content/en/docs/++version++/Getting started (Java)/_index.md+7-7
- doc/content/en/docs/1.12.0/Getting started (Java)/_index.md+1-1
- lang/c++/CMakeLists.txt+60-59
- lang/c++/cmake/avro-cpp-config.cmake.in+13-9
- lang/c++/impl/Compiler.cc+28-1
- lang/c++/impl/DataFile.cc+24-21
- lang/c++/impl/NodeImpl.cc+6-1
- lang/c++/impl/Stream.cc+4
- lang/c++/include/avro/Compiler.hh+5
- lang/c++/include/avro/DataFile.hh+34-7
- lang/c++/include/avro/GenericDatum.hh+1-1
- lang/c++/include/avro/buffer/detail/BufferDetail.hh-7
- lang/c++/include/avro/buffer/detail/BufferDetailIterator.hh-18
- lang/c++/test/CompilerTests.cc+63
- lang/c++/test/DataFileTests.cc+143
- lang/c++/test/buffertest.cc+17-82
- lang/java/avro/src/main/java/org/apache/avro/file/DataFileStream.java+4-1
- lang/java/avro/src/main/java/org/apache/avro/specific/SpecificDatumReader.java+27-7
- lang/java/avro/src/test/java/org/apache/avro/TestDataFileCorruption.java+4-1
- lang/java/pom.xml+9-9
- lang/js/lib/schemas.js+17-4
- lang/js/test/test_schemas.js+161
- pom.xml+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
Submodule duckdb updated 3980 files
Submodule duckdb-azure updated 33 files
- .github/workflows/CloudTesting.yml+42-25
- .github/workflows/LocalTesting.yml+5-4
- .github/workflows/MainDistributionPipeline.yml+6-6
- README.md+41-4
- duckdb+1-1
- extension-ci-tools+1-1
- scripts/upload_test_files_to_azurite.sh+5-4
- src/azure_blob_filesystem.cpp+11-15
- src/azure_dfs_filesystem.cpp+13-4
- src/azure_extension.cpp+8-16
- src/azure_filesystem.cpp+12-4
- src/azure_secret.cpp+44-7
- src/azure_storage_account_client.cpp+45-7
- src/include/azure_dfs_filesystem.hpp+3
- src/include/azure_extension.hpp+1-1
- src/include/azure_filesystem.hpp+4-3
- src/include/azure_secret.hpp+1-1
- test/sql/azure_vfs_ops.test+47
- test/sql/cloud/access_token_auth.test+8-6
- test/sql/cloud/basic.test+6-6
- test/sql/cloud/cli_auth.test+8-5
- test/sql/cloud/env_spn_auth.test+12-9
- test/sql/cloud/hierarchical_namespace.test+38-34
- test/sql/cloud/network_test.test+10-15
- test/sql/cloud/spn_auth.test+8-5
- test/sql/cloud/unauthenticated.test+8
- vcpkg.json+5-6
- vcpkg_ports/vcpkg-cmake/portfile.cmake-14
- vcpkg_ports/vcpkg-cmake/vcpkg-port-config.cmake-3
- vcpkg_ports/vcpkg-cmake/vcpkg.json-6
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_build.cmake-91
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_configure.cmake-355
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_install.cmake-21
Submodule duckdb-postgres updated 50 files
- .github/workflows/Linux.yml+12
- .github/workflows/MainDistributionPipeline.yml+6-6
- duckdb+1-1
- extension-ci-tools+1-1
- src/include/postgres_connection.hpp+1-1
- src/include/postgres_filter_pushdown.hpp+6-3
- src/include/postgres_scanner.hpp+1
- src/include/postgres_scanner_extension.hpp+2-4
- src/include/postgres_utils.hpp+1-1
- src/include/postgres_version.hpp+1-1
- src/include/storage/postgres_catalog.hpp+2
- src/include/storage/postgres_catalog_set.hpp+9-9
- src/include/storage/postgres_delete.hpp+1-1
- src/include/storage/postgres_index.hpp+2-1
- src/include/storage/postgres_index_set.hpp+3-2
- src/include/storage/postgres_insert.hpp+6-2
- src/include/storage/postgres_schema_set.hpp+2-2
- src/include/storage/postgres_table_set.hpp+9-9
- src/include/storage/postgres_transaction.hpp+4
- src/include/storage/postgres_type_set.hpp+4-4
- src/include/storage/postgres_update.hpp+6-1
- src/postgres_attach.cpp+1-1
- src/postgres_connection.cpp+8-4
- src/postgres_extension.cpp+18-26
- src/postgres_filter_pushdown.cpp+33-13
- src/postgres_scanner.cpp+8-4
- src/postgres_storage.cpp+7-9
- src/postgres_text_reader.cpp+8-1
- src/postgres_utils.cpp+2-2
- src/storage/CMakeLists.txt+1
- src/storage/postgres_catalog.cpp+8-6
- src/storage/postgres_catalog_set.cpp+29-28
- src/storage/postgres_clear_cache.cpp+1-1
- src/storage/postgres_connection_pool.cpp+2-1
- src/storage/postgres_delete.cpp+4-2
- src/storage/postgres_index.cpp+4-2
- src/storage/postgres_index_set.cpp+7-8
- src/storage/postgres_insert.cpp+40-20
- src/storage/postgres_merge_into.cpp+123
- src/storage/postgres_schema_entry.cpp+13-8
- src/storage/postgres_schema_set.cpp+7-10
- src/storage/postgres_table_entry.cpp+21-1
- src/storage/postgres_table_set.cpp+32-34
- src/storage/postgres_transaction.cpp+10
- src/storage/postgres_type_set.cpp+14-15
- src/storage/postgres_update.cpp+42-25
- test/configs/attach_postgres.json+100
- test/sql/storage/attach_merge.test+101
- test/sql/storage/attach_on_conflict.test+200
- test/sql/storage/attach_types.test+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments