fix: pass plannertest

This commit is contained in:
shenglian zhou 2023-08-15 22:13:20 +08:00
parent a6839b5a9f
commit ca24607162
1 changed files with 3 additions and 0 deletions

View File

@ -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;