fis issue

This commit is contained in:
54liuyao 2024-09-02 16:31:43 +08:00
parent f1cbd426d6
commit 952f5f3f6b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }