fix(query)[TD-33833]: fix function projectApplyFunctions for null pointer handling
This commit is contained in:
parent
e429264432
commit
a987d925a1
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue