fix error

This commit is contained in:
Ganlin Zhao 2023-01-05 10:18:18 +08:00
parent ffd901fa6f
commit 183b000240
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ int32_t doMinMaxHelper(SqlFunctionCtx* pCtx, int32_t isMinFunc, int32_t* nElems)
}
pBuf->assign = true;
return numOfElems;
return TSDB_CODE_SUCCESS;
}
int32_t start = pInput->startRowIndex;