Skip to content

Commit

Permalink
Bump duckdb to 09cef57892e5dc221f7eee7e6c4ab440d2ab4078
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jan 17, 2025
1 parent fa0c079 commit b5a0e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/duckdb
Submodule duckdb updated 51 files
+4 −4 .github/workflows/Android.yml
+4 −4 .github/workflows/BundleStaticLibs.yml
+4 −4 .github/workflows/CodeQuality.yml
+4 −4 .github/workflows/CrossVersion.yml
+4 −4 .github/workflows/DockerTests.yml
+4 −4 .github/workflows/ExtendedTests.yml
+4 −4 .github/workflows/Julia.yml
+4 −4 .github/workflows/LinuxRelease.yml
+4 −4 .github/workflows/Main.yml
+4 −4 .github/workflows/NightlyTests.yml
+4 −4 .github/workflows/OSX.yml
+4 −4 .github/workflows/Pyodide.yml
+4 −4 .github/workflows/Python.yml
+4 −4 .github/workflows/R.yml
+4 −4 .github/workflows/R_CMD_CHECK.yml
+4 −4 .github/workflows/Regression.yml
+4 −4 .github/workflows/Swift.yml
+4 −4 .github/workflows/Wasm.yml
+4 −4 .github/workflows/Windows.yml
+4 −4 .github/workflows/cifuzz.yml
+ data/storage/empty64.db
+ data/storage/empty65.db
+ data/storage/empty66.db
+ data/storage/storage_versions65.db.gz
+2 −3 extension/parquet/parquet_reader.cpp
+0 −1 src/common/arrow/arrow_converter.cpp
+5 −0 src/common/types/column/column_data_allocator.cpp
+4 −0 src/common/types/row/tuple_data_segment.cpp
+1 −0 src/execution/operator/join/physical_hash_join.cpp
+2 −2 src/execution/radix_partitioned_hashtable.cpp
+31 −113 src/function/table/table_scan.cpp
+0 −1 src/include/duckdb/planner/filter/constant_filter.hpp
+2 −0 src/include/duckdb/planner/filter/in_filter.hpp
+4 −4 src/include/duckdb/planner/filter/optional_filter.hpp
+1 −3 src/include/duckdb/storage/storage_info.hpp
+0 −1 src/planner/filter/conjunction_filter.cpp
+0 −21 src/planner/filter/constant_filter.cpp
+7 −4 src/planner/filter/in_filter.cpp
+4 −4 src/storage/compression/dictionary/decompression.cpp
+0 −4 src/storage/compression/roaring/common.cpp
+0 −4 src/storage/compression/validity_uncompressed.cpp
+12 −17 src/storage/single_file_block_manager.cpp
+0 −6 src/storage/storage_info.cpp
+1 −2 src/storage/version_map.json
+0 −4 test/sql/copy/parquet/parquet_row_number.test
+0 −2 test/sql/function/autocomplete/create_schema.test
+0 −2 test/sql/function/autocomplete/create_table.test
+0 −94 test/sql/index/art/scan/test_in_filter_index_scan.test
+3 −3 test/sql/index/art/scan/test_in_filter_index_scan.test_slow
+0 −36 test/sql/storage/storage_version_65.test
+0 −24 test/sql/storage/storage_versions.test

0 comments on commit b5a0e6c

Please sign in to comment.