This commit is contained in:
avogar 2023-09-15 14:28:25 +00:00
parent 2075f9c667
commit a075d03f01

View File

@ -1281,10 +1281,6 @@ void NO_INLINE Aggregator::executeImplBatch(
} }
else 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; aggregate_data = overflow_row;
} }
} }