mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix asan issue
This commit is contained in:
parent
4ece895b41
commit
228ac44a92
@ -1356,6 +1356,7 @@ void ColumnObject::takeDynamicStructureFromSourceColumns(const DB::Columns & sou
|
|||||||
/// Reset current state.
|
/// Reset current state.
|
||||||
dynamic_paths.clear();
|
dynamic_paths.clear();
|
||||||
dynamic_paths_ptrs.clear();
|
dynamic_paths_ptrs.clear();
|
||||||
|
sorted_dynamic_paths.clear();
|
||||||
max_dynamic_paths = global_max_dynamic_paths;
|
max_dynamic_paths = global_max_dynamic_paths;
|
||||||
Statistics new_statistics(Statistics::Source::MERGE);
|
Statistics new_statistics(Statistics::Source::MERGE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user