fix(query): fix crash if block SMA is set and real data is not loaded.
TD-19601
This commit is contained in:
parent
b9d4718c64
commit
4ff9ab7fc2
|
@ -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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue