Merge pull request #22449 from taosdata/fix/TD-25717-3.0
fix: set precision of interval by table scan node
This commit is contained in:
commit
ae952f66de
|
@ -1675,6 +1675,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