mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
Init all input ports in GroupingAggregatedTransform.
This commit is contained in:
parent
4e27c33451
commit
ee65f3eedc
@ -44,7 +44,10 @@ void GroupingAggregatedTransform::readFromAllInputs()
|
||||
in->setNeeded();
|
||||
|
||||
if (!in->hasData())
|
||||
{
|
||||
read_from_all_inputs = false;
|
||||
continue;
|
||||
}
|
||||
|
||||
auto chunk = in->pull();
|
||||
read_from_input[i] = true;
|
||||
|
Loading…
Reference in New Issue
Block a user