fix(query): set retrieve completed flag for exchange operator.
This commit is contained in:
parent
9932fa6bf0
commit
d016fc9d47
|
@ -1933,6 +1933,10 @@ static void concurrentlyLoadRemoteDataImpl(SOperatorInfo* pOperator, SExchangeIn
|
|||
}
|
||||
}
|
||||
|
||||
if (completed == totalSources) {
|
||||
setAllSourcesCompleted(pOperator, startTs);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue