fix: some problems of parser
This commit is contained in:
parent
1676bfe5cf
commit
ac2a4678f0
|
@ -4511,7 +4511,8 @@ static int32_t translateTagVal(STranslateContext* pCxt, uint8_t precision, SSche
|
||||||
? pCxt->errCode
|
? pCxt->errCode
|
||||||
: TSDB_CODE_SUCCESS);
|
: TSDB_CODE_SUCCESS);
|
||||||
} else {
|
} else {
|
||||||
return generateSyntaxErrMsg(&pCxt->msgBuf, TSDB_CODE_PAR_WRONG_VALUE_TYPE, ((SExprNode*)pNode)->aliasName);
|
// return generateSyntaxErrMsg(&pCxt->msgBuf, TSDB_CODE_PAR_WRONG_VALUE_TYPE, ((SExprNode*)pNode)->aliasName);
|
||||||
|
return TSDB_CODE_FAILED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue