diff --git a/src/Storages/StorageMemory.cpp b/src/Storages/StorageMemory.cpp index 2ba32edb5b3..4f693aea982 100644 --- a/src/Storages/StorageMemory.cpp +++ b/src/Storages/StorageMemory.cpp @@ -254,7 +254,7 @@ void StorageMemory::mutate(const MutationCommands & commands, const Context & co new_data = std::make_unique(*(data.get())); auto data_it = new_data->begin(); auto out_it = out.begin(); - + while (data_it != new_data->end()) { /// Mutation does not change the number of blocks