fix: typo issue

This commit is contained in:
Shungang Li 2024-10-31 14:54:01 +08:00
parent fde2a56076
commit 2879fafc1c
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ int32_t tsdbCacheRowFormatUpdate(STsdb *pTsdb, tb_uid_t suid, tb_uid_t uid, int6
} else {
if (!iColHash) {
iColHash = tSimpleHashInit(16, taosGetDefaultHashFunction(TSDB_DATA_TYPE_INT));
if (ctxArray == NULL) {
if (iColHash == NULL) {
tsdbRowClose(&iter);
TAOS_CHECK_GOTO(TSDB_CODE_OUT_OF_MEMORY, &lino, _exit);
}