Commit 785c102
committed
- data/storage/dictionary_invalid_bitpacking_width.db.gz
- data/storage/dictionary_invalid_segment_end.db.gz
- data/storage/dictionary_invalid_selection_buffer.db.gz
- extension/json/CMakeLists.txt+1
- extension/json/include/json_common.hpp+39
- extension/json/include/json_functions.hpp+4
- extension/json/json_common.cpp+74-63
- extension/json/json_functions.cpp+4
- extension/json/json_functions/CMakeLists.txt+1
- extension/json/json_functions/json_modify.cpp+330
- extension/tpcds/dsdgen/answers/sf3/16.csv+1-1
- scripts/sync_out_of_tree_extensions.py+44-10
- src/common/types/value.cpp-10
- src/include/duckdb/common/types/data_chunk.hpp+5-1
- src/include/duckdb/common/types/value.hpp+8-2
- src/include/duckdb/main/extension_entries.hpp+4
- src/main/appender.cpp+2-1
- src/planner/filter/expression_filter.cpp+1
- src/planner/subquery/delim_join_cte_rewriter.cpp+185-7
- src/storage/compression/dictionary/decompression.cpp+29-8
- src/storage/statistics/numeric_stats.cpp+7
- src/storage/statistics/string_stats.cpp+22-10
- test/configs/storage_compatibility.json+1
- test/sql/json/scalar/test_json_insert.test+232
- test/sql/json/scalar/test_json_remove.test+273
- test/sql/json/scalar/test_json_replace.test+221
- test/sql/json/scalar/test_json_set.test+435
- test/sql/optimizer/boolean_row_group_pruning.test+30
- test/sql/optimizer/string_row_group_pruning.test+115
- test/sql/optimizer/string_stats_merge.test+262
- test/sql/storage/compression/default_storage_dict_fsst.test+29
- test/sql/storage/compression/dictionary/invalid_dictionary_metadata.test+54
- test/sql/subquery/exists/test_correlated_exists.test+28
0 commit comments