fix(query)[TD-33833]: fix function projectApplyFunctions for null pointer handling

This commit is contained in:
Jinqing Kuang 2025-02-25 11:14:17 +08:00
parent e429264432
commit a987d925a1
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ int32_t projectApplyFunctions(SExprInfo* pExpr, SSDataBlock* pResult, SSDataBloc
}
pResult->info.rows = 1;
TSDB_CHECK_CODE(code, lino, _exit);
goto _exit;
}
if (pResult != pSrcBlock) {