fis issue
This commit is contained in:
parent
f1cbd426d6
commit
952f5f3f6b
|
@ -61,7 +61,7 @@ int32_t getHashSortRowBuff(SStreamFileState* pFileState, const SWinKey* pKey, vo
|
||||||
if (tmpRes != TSDB_CODE_SUCCESS) {
|
if (tmpRes != TSDB_CODE_SUCCESS) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
void* tmp = taosArrayPush(pWinStates, &tmp);
|
void* tmp = taosArrayPush(pWinStates, &tmpKey);
|
||||||
QUERY_CHECK_NULL(tmp, code, lino, _end, terrno);
|
QUERY_CHECK_NULL(tmp, code, lino, _end, terrno);
|
||||||
streamStateCurPrev_rocksdb(pCur);
|
streamStateCurPrev_rocksdb(pCur);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue