fix: set operator precision miss

This commit is contained in:
Xiaoyu Wang 2023-01-06 13:35:07 +08:00
parent 7b78a15824
commit aa8eea0d65
1 changed files with 1 additions and 0 deletions

View File

@ -1334,6 +1334,7 @@ static int32_t createSetOpLogicNode(SLogicPlanContext* pCxt, SSetOperator* pSetO
}
if (TSDB_CODE_SUCCESS == code) {
pSetOp->precision = pSetOperator->precision;
*pLogicNode = (SLogicNode*)pSetOp;
} else {
nodesDestroyNode((SNode*)pSetOp);