Merge pull request #19412 from taosdata/fix/main_bugfix_wxy
fix: set operator precision miss
This commit is contained in:
commit
0e561d0486
|
@ -1334,6 +1334,7 @@ static int32_t createSetOpLogicNode(SLogicPlanContext* pCxt, SSetOperator* pSetO
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TSDB_CODE_SUCCESS == code) {
|
if (TSDB_CODE_SUCCESS == code) {
|
||||||
|
pSetOp->precision = pSetOperator->precision;
|
||||||
*pLogicNode = (SLogicNode*)pSetOp;
|
*pLogicNode = (SLogicNode*)pSetOp;
|
||||||
} else {
|
} else {
|
||||||
nodesDestroyNode((SNode*)pSetOp);
|
nodesDestroyNode((SNode*)pSetOp);
|
||||||
|
|
Loading…
Reference in New Issue