Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp

Co-authored-by: alesapin <alesapin@gmail.com>
This commit is contained in:
Han Fei 2023-01-15 19:46:09 +01:00 committed by GitHub
parent 17358f5e98
commit bb2c0914e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ struct ReplicatedMergeTreeSinkImpl<async_insert>::DelayedChunk
while (start_pos < end_pos)
{
*(pos + start_pos) = 0;
start_pos ++;
start_pos++;
}
it++;
}