[TD-225]
This commit is contained in:
parent
2a83bdd3b2
commit
312b8a9df6
|
@ -5369,7 +5369,7 @@ static void doSecondaryArithmeticProcess(SQuery* pQuery) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pArithSup->pArithExpr = pExpr;
|
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);
|
getArithemicInputSrc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue