File tree
3 files changed
+4
-4
lines changed- .github/workflows
3 files changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
|
- .github/actions/build_extensions_dockerized/action.yml+2-3
- .github/config/out_of_tree_extensions.cmake+1-2
- .github/patches/extensions/httpfs/no_follow_no_keep_alive.patch-13
- CMakeLists.txt-1
- benchmark/benchmark_runner.cpp+1-1
- benchmark/large/tpch-sf100/load.sql+10-1
- extension/parquet/include/thrift_tools.hpp+3
- scripts/run_extension_medata_tests.sh+2-2
- src/common/multi_file/multi_file_column_mapper.cpp+6-5
- src/common/multi_file/multi_file_list.cpp+4
- src/common/multi_file/multi_file_reader.cpp+10-14
- src/execution/operator/scan/physical_table_scan.cpp+1-1
- src/execution/physical_plan/plan_get.cpp+5-5
- src/function/scalar/strftime_format.cpp+11
- src/function/table/arrow_conversion.cpp+8-4
- src/function/table/table_scan.cpp+12
- src/include/duckdb/common/extra_operator_info.hpp+23-2
- src/include/duckdb/common/multi_file/multi_file_column_mapper.hpp+2-2
- src/include/duckdb/common/multi_file/multi_file_function.hpp+6-7
- src/include/duckdb/common/multi_file/multi_file_list.hpp+1
- src/include/duckdb/common/multi_file/multi_file_reader.hpp+7-6
- src/include/duckdb/storage/serialization/nodes.json+29
- src/include/duckdb/storage/storage_manager.hpp+4
- src/main/attached_database.cpp+3-3
- src/main/http/http_util.cpp+66-3
- src/main/settings/custom_settings.cpp+7
- src/planner/binder/statement/bind_create_table.cpp+33
- src/planner/binder/tableref/bind_showref.cpp+7-3
- src/planner/operator/logical_get.cpp+2
- src/storage/caching_file_system.cpp+11-5
- src/storage/external_file_cache.cpp+4-1
- src/storage/serialization/serialize_nodes.cpp+17
- src/storage/standard_buffer_manager.cpp+4-1
- src/storage/table/row_group.cpp+3-1
- test/api/test_config.cpp+23
- test/sql/create/create_table_compression.test-6
- test/sql/function/timestamp/test_strptime.test+16
- test/sql/index/art/scan/test_art_scan_duplicate_filters.test+61
- test/sql/secrets/secret_types_function.test+3-3
- test/sql/show_select/describe_rowid.test+26
- test/sql/storage/compact_block_size/create_table_compression.test-6
- test/sql/storage/compression/test_using_compression.test+26
- test/sql/storage/external_file_cache/external_file_cache_low_mem.test_slow+38
- tools/pythonpkg/setup.py+13-1
- tools/pythonpkg/tests/fast/arrow/test_arrow_fixed_binary.py+21
Submodule extension-ci-tools updated 8 files
- .github/workflows/TestCITools.yml+5-5
- .github/workflows/_extension_client_tests.yml+1-1
- .github/workflows/_extension_deploy.yml+1-1
- .github/workflows/_extension_distribution.yml+18-10
- config/distribution_matrix.json+2-8
- docker/linux_amd64_gcc4/Dockerfile-90
- makefiles/c_api_extensions/c_cpp.Makefile+4
- makefiles/duckdb_extension.Makefile+14-3
0 commit comments