[TD-225]fix compiler error.

This commit is contained in:
Haojun Liao 2020-12-08 23:06:48 +08:00
parent e05a8fc80f
commit 3f0549d875
1 changed files with 1 additions and 1 deletions

View File

@ -5558,7 +5558,7 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
pQuery->rec.rows = getNumOfResult(pRuntimeEnv);
int64_t inc = pQuery->rec.rows - prev;
pQuery->current->windowResInfo.size += inc;
pQuery->current->windowResInfo.size += (int32_t) inc;
// the flag may be set by tableApplyFunctionsOnBlock, clear it here
CLEAR_QUERY_STATUS(pQuery, QUERY_COMPLETED);