fix: add topic query
This commit is contained in:
parent
a71878d07f
commit
60588af694
|
@ -5882,6 +5882,7 @@ static int32_t buildQueryForTableTopic(STranslateContext* pCxt, SCreateTopicStmt
|
||||||
strcpy(realTable->table.tableAlias, pStmt->subSTbName);
|
strcpy(realTable->table.tableAlias, pStmt->subSTbName);
|
||||||
*pSelect = createSelectStmtImpl(true, pProjection, (SNode*)realTable);
|
*pSelect = createSelectStmtImpl(true, pProjection, (SNode*)realTable);
|
||||||
((SSelectStmt*)*pSelect)->pWhere = nodesCloneNode(pStmt->pWhere);
|
((SSelectStmt*)*pSelect)->pWhere = nodesCloneNode(pStmt->pWhere);
|
||||||
|
pCxt->pParseCxt->topicQuery = true;
|
||||||
code = translateQuery(pCxt, *pSelect);
|
code = translateQuery(pCxt, *pSelect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue