fix: pass plannertest
This commit is contained in:
parent
a6839b5a9f
commit
ca24607162
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue