Commit daf4bd5
authored
File tree
- external
- src/duckdb_py/arrow
- tests/fast/arrow
- extension/json/include/json_structure.hpp+3
- extension/json/json_functions/json_structure.cpp+23-3
- src/catalog/catalog_entry/duck_table_entry.cpp+18-12
- src/common/arrow/arrow_converter.cpp+1
- src/execution/operator/persistent/physical_copy_database.cpp+1-1
- src/include/duckdb/storage/data_table.hpp+1-1
- src/include/duckdb/storage/index_storage_info.hpp+7
- src/include/duckdb/storage/table/data_table_info.hpp+2-3
- src/include/duckdb/storage/table/table_index_list.hpp+16-1
- src/storage/checkpoint/table_data_writer.cpp+5-3
- src/storage/checkpoint_manager.cpp+5-11
- src/storage/data_table.cpp+12-1
- src/storage/table_index_list.cpp+20-8
- test/arrow/arrow_roundtrip.cpp+15
- test/sql/json/issues/issue17135.test+57
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
0 commit comments