[TD-225]
This commit is contained in:
parent
2da4b6743e
commit
4cea435940
|
@ -494,7 +494,7 @@ int64_t taosFillResultDataBlock(SFillInfo* pFillInfo, tFilePage** output, int32_
|
||||||
if (remain == 0) {
|
if (remain == 0) {
|
||||||
fillExternalResults(pFillInfo, output, numOfRes);
|
fillExternalResults(pFillInfo, output, numOfRes);
|
||||||
} else {
|
} else {
|
||||||
fillResultImpl(pFillInfo, output, numOfRes);
|
fillResultImpl(pFillInfo, output, (int32_t) numOfRes);
|
||||||
assert(numOfRes == pFillInfo->numOfCurrent);
|
assert(numOfRes == pFillInfo->numOfCurrent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue