fix: set precision of interval with value from table scan node
This commit is contained in:
parent
edd4a78772
commit
3b69736b29
|
@ -1677,6 +1677,7 @@ SInterval extractIntervalInfo(const STableScanPhysiNode* pTableScanNode) {
|
|||
.intervalUnit = pTableScanNode->intervalUnit,
|
||||
.slidingUnit = pTableScanNode->slidingUnit,
|
||||
.offset = pTableScanNode->offset,
|
||||
.precision = pTableScanNode->scan.node.pOutputDataBlockDesc->precision,
|
||||
};
|
||||
|
||||
return interval;
|
||||
|
|
Loading…
Reference in New Issue