[TD-225]
This commit is contained in:
parent
2a83bdd3b2
commit
312b8a9df6
|
@ -5369,7 +5369,7 @@ static void doSecondaryArithmeticProcess(SQuery* pQuery) {
|
|||
}
|
||||
} else {
|
||||
pArithSup->pArithExpr = pExpr;
|
||||
tExprTreeCalcTraverse(pArithSup->pArithExpr->pExpr, pQuery->rec.rows, data[i]->data, pArithSup, TSDB_ORDER_ASC,
|
||||
tExprTreeCalcTraverse(pArithSup->pArithExpr->pExpr, (int32_t)pQuery->rec.rows, data[i]->data, pArithSup, TSDB_ORDER_ASC,
|
||||
getArithemicInputSrc);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue