fix irate first_value bugs

This commit is contained in:
Ganlin Zhao 2022-06-22 15:08:41 +08:00
parent d2059e8079
commit 767eefea0c
1 changed files with 0 additions and 1 deletions

View File

@ -5298,7 +5298,6 @@ int32_t irateFunction(SqlFunctionCtx* pCtx) {
if ((INT64_MIN == pRateInfo->firstKey) || tsList[i] > pRateInfo->firstKey) {
pRateInfo->firstValue = v;
pRateInfo->firstKey = tsList[i];
break;
}
}