mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
This commit is contained in:
parent
17358f5e98
commit
bb2c0914e9
@ -129,7 +129,7 @@ struct ReplicatedMergeTreeSinkImpl<async_insert>::DelayedChunk
|
||||
while (start_pos < end_pos)
|
||||
{
|
||||
*(pos + start_pos) = 0;
|
||||
start_pos ++;
|
||||
start_pos++;
|
||||
}
|
||||
it++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user