mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Fix
This commit is contained in:
parent
2075f9c667
commit
a075d03f01
@ -1281,10 +1281,6 @@ void NO_INLINE Aggregator::executeImplBatch(
|
||||
}
|
||||
else
|
||||
{
|
||||
/// If all keys are constant and this is new key
|
||||
/// we don't need to do anything and just skip the whole block.
|
||||
if (all_keys_are_const)
|
||||
return;
|
||||
aggregate_data = overflow_row;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user