mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Fixed error #3720
This commit is contained in:
parent
b7d9910bd3
commit
2cf627457a
@ -52,6 +52,8 @@ public:
|
||||
|
||||
void finish()
|
||||
{
|
||||
if (is_finished)
|
||||
return;
|
||||
is_finished = true;
|
||||
vector.resize(
|
||||
((position() - reinterpret_cast<Position>(vector.data()))
|
||||
|
Loading…
Reference in New Issue
Block a user