From 749623405695cc58ddaac4cfa15e560a31600c12 Mon Sep 17 00:00:00 2001 From: haojun Liao Date: Thu, 2 Jan 2020 14:15:35 +0800 Subject: [PATCH] Update tscStream.c --- src/client/src/tscStream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/src/tscStream.c b/src/client/src/tscStream.c index a1ee54a5ac..cd2736e910 100644 --- a/src/client/src/tscStream.c +++ b/src/client/src/tscStream.c @@ -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) {