Commit cec4d72
committed
Update submodule ref
1 parent 374fd41 commit cec4d72
1 file changed
+1
-1
lines changed- data/csv/18579/part_0_0001.csv+2
- data/csv/18579/part_1_0001.csv+1
- extension/parquet/parquet_multi_file_info.cpp+2-2
- src/common/progress_bar/CMakeLists.txt+1-1
- src/common/progress_bar/progress_bar.cpp+2-2
- src/common/progress_bar/terminal_progress_bar_display.cpp+106-8
- src/common/progress_bar/unscented_kalman_filter.cpp+260
- src/execution/index/art/art.cpp+4-97
- src/execution/index/art/base_node.cpp+5-5
- src/execution/index/art/node.cpp+1-1
- src/execution/index/art/node256_leaf.cpp+1-1
- src/execution/index/art/prefix.cpp+105-108
- src/execution/operator/aggregate/physical_streaming_window.cpp+4
- src/execution/operator/csv_scanner/sniffer/header_detection.cpp+1-1
- src/execution/operator/csv_scanner/table_function/csv_multi_file_info.cpp+7-1
- src/function/scalar/compressed_materialization/compress_string.cpp+6-1
- src/function/table/sniff_csv.cpp-1
- src/include/duckdb/common/multi_file/multi_file_reader.hpp+4
- src/include/duckdb/common/progress_bar/display/terminal_progress_bar_display.hpp+32-5
- src/include/duckdb/common/progress_bar/progress_bar.hpp+1-1
- src/include/duckdb/common/progress_bar/unscented_kalman_filter.hpp+59
- src/include/duckdb/execution/index/art/art.hpp-2
- src/include/duckdb/execution/index/art/art_operator.hpp+112-1
- src/include/duckdb/execution/index/art/base_leaf.hpp+1-1
- src/include/duckdb/execution/index/art/node.hpp+1-1
- src/include/duckdb/execution/index/art/node256_leaf.hpp+1-1
- src/include/duckdb/execution/index/art/prefix.hpp+8-13
- test/sql/copy/csv/18579.test+12
- test/sql/transactions/test_index_rollback_flushed_data.test+1
- third_party/httplib/httplib.hpp+1-1
- tools/pythonpkg/duckdb/polars_io.py+29-15
0 commit comments