fix(query): fix crash if block SMA is set and real data is not loaded.

TD-19601
This commit is contained in:
Ganlin Zhao 2022-10-20 14:19:20 +08:00
parent b9d4718c64
commit 4ff9ab7fc2
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ static int32_t findRowIndex(int32_t start, int32_t num, SColumnInfoData* pCol, c
}
}
// if reach here means real data of block SMA is not set.
// if reach here means real data of block SMA is not set in pCtx->input.
return -1;
}