mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 03:52:15 +00:00
Update ColumnAggregateFunction.cpp
This commit is contained in:
parent
36381ce35e
commit
c310f69dc3
@ -619,6 +619,7 @@ MutableColumnPtr ColumnAggregateFunction::cloneResized(size_t size) const
|
|||||||
|
|
||||||
size_t from_size = data.size();
|
size_t from_size = data.size();
|
||||||
auto & res_data = res->data;
|
auto & res_data = res->data;
|
||||||
|
|
||||||
//copy data to cloned column
|
//copy data to cloned column
|
||||||
if (size <= from_size)
|
if (size <= from_size)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user