Merge pull request #1049 from taosdata/hjxilinx-patch-3
Update tscStream.c
This commit is contained in:
commit
b7953cc492
|
@ -382,7 +382,7 @@ static void tscSetSlidingWindowInfo(SSqlObj *pSql, SSqlStream *pStream) {
|
|||
}
|
||||
|
||||
pStream->slidingTime = pCmd->nSlidingTime;
|
||||
pQueryInfo->nAggTimeInterval = 0; // clear the interval value to avoid the force time window split by query processor
|
||||
pCmd->nAggTimeInterval = 0; // clear the interval value to avoid the force time window split by query processor
|
||||
}
|
||||
|
||||
static int64_t tscGetStreamStartTimestamp(SSqlObj *pSql, SSqlStream *pStream, int64_t stime) {
|
||||
|
|
Loading…
Reference in New Issue