fix(query): add more check.

This commit is contained in:
Haojun Liao 2023-06-02 00:22:35 +08:00
parent 403617976c
commit bbf3f1ccd9
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ static SSDataBlock* doFillImpl(SOperatorInfo* pOperator) {
doApplyScalarCalculation(pOperator, pBlock, order, scanFlag);
if (pInfo->curGroupId == 0 || (pInfo->curGroupId == pInfo->pRes->info.id.groupId)) {
if (pInfo->curGroupId == 0) {
if (pInfo->curGroupId == 0 && taosFillNotStarted(pInfo->pFillInfo)) {
revisedFillStartKey(pInfo, pBlock, order);
}