提交 ca246071 编写于 作者: S shenglian zhou

fix: pass plannertest

上级 a6839b5a
......@@ -367,6 +367,9 @@ static bool tagScanNodeHasTbname(SNode* pKeys) {
}
static int32_t setTagScanExecutionMode(SScanLogicNode* pScan) {
if (pScan->node.pConditions == NULL) {
return TSDB_CODE_SUCCESS;
}
SNode* pCond = nodesCloneNode(pScan->node.pConditions);
SNode* pTagCond = NULL;
SNode* pTagIndexCond = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册