未验证 提交 b2254264 编写于 作者: C Cary Xu 提交者: GitHub

Merge pull request #8665 from taosdata/hotfix/TS-611

[TS-611]<fix>: fix rootObj NULL problem during consume
......@@ -468,7 +468,7 @@ SSqlObj* recreateSqlObj(SSub* pSub) {
}
registerSqlObj(pSql);
pSql->rootObj = pSql;
code = tsParseSql(pSql, true);
if (code == TSDB_CODE_TSC_ACTION_IN_PROGRESS) {
tsem_wait(&pSub->sem);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册