[CP] [to #51304280]fix bug nested udf
This commit is contained in:
@ -572,6 +572,7 @@ int ObExprUDF::eval_udf(const ObExpr &expr, ObEvalCtx &ctx, ObDatum &res)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (OB_READ_NOTHING == ret && info->is_called_in_sql_ && lib::is_oracle_mode()) {
|
if (OB_READ_NOTHING == ret && info->is_called_in_sql_ && lib::is_oracle_mode()) {
|
||||||
|
result.set_null();
|
||||||
ret = OB_SUCCESS;
|
ret = OB_SUCCESS;
|
||||||
}
|
}
|
||||||
if (OB_SUCC(ret)
|
if (OB_SUCC(ret)
|
||||||
|
|||||||
Reference in New Issue
Block a user