[td-225] fix bugs in regression test.

This commit is contained in:
Haojun Liao 2020-06-29 16:48:38 +08:00
parent c0878b8ca1
commit 02bba66835
1 changed files with 1 additions and 1 deletions

View File

@ -3642,7 +3642,7 @@ bool queryHasRemainResults(SQueryRuntimeEnv* pRuntimeEnv) {
return false; return false;
} }
if (pQuery->fillType != TSDB_FILL_NONE) { if (pQuery->fillType != TSDB_FILL_NONE && !isPointInterpoQuery(pQuery)) {
// There are results not returned to client yet, so filling operation applied to the remain result is required // There are results not returned to client yet, so filling operation applied to the remain result is required
// in the first place. // in the first place.
int32_t remain = taosNumOfRemainRows(pFillInfo); int32_t remain = taosNumOfRemainRows(pFillInfo);