提交 d016fc9d 编写于 作者: H Haojun Liao

fix(query): set retrieve completed flag for exchange operator.

上级 9932fa6b
...@@ -1933,6 +1933,10 @@ static void concurrentlyLoadRemoteDataImpl(SOperatorInfo* pOperator, SExchangeIn ...@@ -1933,6 +1933,10 @@ static void concurrentlyLoadRemoteDataImpl(SOperatorInfo* pOperator, SExchangeIn
} }
} }
if (completed == totalSources) {
setAllSourcesCompleted(pOperator, startTs);
}
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册