2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
- .github/patches/extensions/iceberg/iceberg_loader.patch+37-9
- .github/patches/extensions/mysql_scanner/fix.patch+41
- .github/patches/extensions/postgres_scanner/fix.patch+43
- .github/patches/extensions/sqlite_scanner/fix.patch+34
- .github/workflows/LinuxRelease.yml+8-1
- .github/workflows/OSX.yml+1-9
- CMakeLists.txt-4
- Makefile+6
- extension/parquet/include/writer/templated_column_writer.hpp+3-2
- scripts/apply_extension_patches.py+43-5
- scripts/extension-upload-test.sh+2-2
- scripts/merge_vcpkg_deps.py+1-1
- scripts/run_tests_one_by_one.py-1
- src/catalog/catalog_entry/duck_table_entry.cpp+1-2
- src/common/arrow/appender/CMakeLists.txt+2-1
- src/common/arrow/appender/append_data.cpp+29
- src/common/arrow/appender/bool_data.cpp+6-7
- src/common/arrow/appender/fixed_size_list_data.cpp+1-1
- src/common/arrow/appender/struct_data.cpp+1-1
- src/common/arrow/appender/union_data.cpp-1
- src/include/duckdb/common/arrow/appender/append_data.hpp+31-55
- src/include/duckdb/common/arrow/appender/enum_data.hpp+1-1
- src/include/duckdb/common/arrow/appender/list_data.hpp+1-1
- src/include/duckdb/common/arrow/appender/list_view_data.hpp+1-1
- src/include/duckdb/common/arrow/appender/map_data.hpp+1-1
- src/include/duckdb/common/arrow/appender/scalar_data.hpp+1-1
- src/include/duckdb/common/arrow/appender/varchar_data.hpp+6-6
- src/include/duckdb/parser/parsed_data/alter_table_info.hpp+18-8
- src/include/duckdb/storage/compression/chimp/algorithm/packed_data.hpp+2-1
- src/include/duckdb/storage/compression/patas/patas_scan.hpp+2-1
- src/include/duckdb/storage/storage_extension.hpp+4-4
- src/main/attached_database.cpp+2-2
- src/main/extension/extension_helper.cpp-17
- src/storage/data_table.cpp+2-1
- src/storage/open_file_storage_extension.cpp+3-3
- src/storage/table/row_group.cpp+15-18
- test/api/test_instance_cache.cpp+3-3
- test/extension/autoloading_copy_function.test+4-2
- test/extension/autoloading_types.test+5-1
- test/helpers/test_config.cpp+15-2
- test/include/test_config.hpp+3
- test/sql/alter/add_pk/test_add_pk_attach.test+1-1
- test/sql/alter/list/add_column_in_struct.test+21-43
- test/sql/alter/list/drop_column_in_struct.test+15-22
- test/sql/catalog/test_temporary.test-1
- test/sql/copy/parquet/parquet_encryption_httpfs.test+1-1
- test/sql/copy/parquet/parquet_encryption_mbedtls_openssl.test+1-1
- test/sql/copy/parquet/timestamp_s.test+38
- test/sql/copy/s3/url_encode.test+5-2
- test/sql/logging/file_system_logging.test+1-1
- test/sql/logging/http_logging.test+1-1
- test/sql/logging/test_logging_function_large.test_slow+1-1
- test/sql/sample/table_samples/table_sample_converts_to_block_sample.test+1-1
- test/sql/storage/test_purge_queue.test_slow+1-1
- test/sql/storage/wal/wal_lazy_creation.test+1-1
- test/sql/table_function/duckdb_databases.test+1-1
- test/sql/table_function/duckdb_sequences.test-2
- test/sqlite/sqllogic_test_runner.cpp+74-16
- test/sqlite/sqllogic_test_runner.hpp+4
- third_party/catch/catch.hpp+1-2
0 commit comments