Skip to content

Commit

Permalink
Bump duckdb to 0e844786417
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Feb 5, 2025
1 parent e0574e9 commit 23d7340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/duckdb
Submodule duckdb updated 40 files
+1 −1 .github/actions/build_extensions/action.yml
+89 −3 .github/workflows/BundleStaticLibs.yml
+1 −1 .github/workflows/LinuxRelease.yml
+0 −1 .github/workflows/R.yml
+6 −2 .github/workflows/SwiftRelease.yml
+0 −1 .github/workflows/Windows.yml
+6 −2 extension/jemalloc/jemalloc/README.md
+6 −2 extension/jemalloc/jemalloc/src/jemalloc.c
+0 −6 extension/parquet/include/parquet_reader.hpp
+2 −1 extension/parquet/parquet_reader.cpp
+4 −1 src/common/types/column/column_data_collection.cpp
+12 −0 src/execution/index/fixed_size_allocator.cpp
+10 −0 src/execution/index/unbound_index.cpp
+48 −33 src/execution/operator/persistent/physical_insert.cpp
+0 −3 src/execution/operator/schema/physical_attach.cpp
+1 −1 src/execution/sample/reservoir_sample.cpp
+2 −1 src/function/table/table_scan.cpp
+3 −2 src/include/duckdb/execution/index/fixed_size_allocator.hpp
+1 −0 src/include/duckdb/main/extension_helper.hpp
+1 −1 src/include/duckdb/planner/table_filter.hpp
+17 −3 src/main/extension/extension_install.cpp
+0 −3 src/optimizer/remove_unused_columns.cpp
+12 −2 src/planner/binder/expression/bind_star_expression.cpp
+6 −2 src/planner/binder/tableref/bind_table_function.cpp
+1 −0 src/storage/local_storage.cpp
+1 −0 src/storage/table/row_group_collection.cpp
+6 −0 test/extension/install_extension.test
+7 −10 test/sql/constraints/primarykey/test_pk_updel_multi_column.test
+19 −12 test/sql/index/art/constraints/test_art_tx_returning.test
+21 −0 test/sql/projection/select_star_like.test
+28 −0 test/sql/topn/test_top_n_nested_struct.test
+19 −0 test/sql/types/nested/struct/lineitem_struct.test_slow
+42 −57 test/sql/upsert/test_big_insert.test
+32 −0 test/sql/upsert/test_big_insert_no_vector_verification.test
+40 −0 test/sql/upsert/test_problematic_conditional_do_update.test
+83 −0 test/sql/upsert/upsert_returning.test
+5 −5 third_party/fmt/include/fmt/format.h
+8 −1 tools/juliapkg/src/result.jl
+36 −0 tools/juliapkg/test/test_connection.jl
+3 −0 tools/pythonpkg/scripts/sqllogictest_python.py

0 comments on commit 23d7340

Please sign in to comment.