fix the issue #511

This commit is contained in:
slguan 2019-09-16 15:12:32 +08:00
parent 6c93a47302
commit 1a718fbc7a
1 changed files with 2 additions and 2 deletions

View File

@ -3646,8 +3646,8 @@ static int32_t moveToNextBlockInCache(SQueryRuntimeEnv *pRuntimeEnv, int32_t ste
setQueryStatus(pQuery, QUERY_COMPLETED); setQueryStatus(pQuery, QUERY_COMPLETED);
} }
assert(pRuntimeEnv->startPos.fileId < 0); //the skip operation does NOT set the start position
//assert(pRuntimeEnv->startPos.fileId < 0);
} else { } else {
setQueryStatus(pQuery, QUERY_NO_DATA_TO_CHECK); setQueryStatus(pQuery, QUERY_NO_DATA_TO_CHECK);
} }