Merge pull request #29919 from taosdata/fix/TD-33833-main

fix(query)[TD-33833]: fix function projectApplyFunctions for null pointer handling
This commit is contained in:
Simon Guan 2025-02-25 19:22:00 +08:00 committed by GitHub
commit e21116c825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {