[TD-2227]<fix>: remove false error message in the log file while no results returned from server in case of query against super table.

This commit is contained in:
Haojun Liao 2020-11-25 17:36:44 +08:00
parent 2bcaac332a
commit 1b8256013c
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ void tscCreateLocalReducer(tExtMemBuffer **pMemBuffer, int32_t numOfBuffer, tOrd
if (numOfFlush == 0 || numOfBuffer == 0) {
tscLocalReducerEnvDestroy(pMemBuffer, pDesc, finalmodel, pFFModel, numOfBuffer);
pCmd->command = TSDB_SQL_RETRIEVE_EMPTY_RESULT; // no result, set the result empty
tscDebug("%p retrieved no data", pSql);
return;
}