fix issue<49765208><49775511><49758358>:fix dml with udf parallel execute issues

This commit is contained in:
hanr881
2023-05-18 08:46:47 +00:00
committed by ob-robot
parent 61ff09514f
commit 52b1cf673b
5 changed files with 69 additions and 6 deletions

View File

@ -281,6 +281,11 @@ public:
ObQualifiedName &q_name,
const ObSQLSessionInfo &session_info);
static int set_parallel_info(sql::ObSQLSessionInfo &session_info,
share::schema::ObSchemaGetterGuard &schema_guard,
ObRawExpr &expr,
bool is_dml_stmt);
static int resolve_external_symbol(common::ObIAllocator &allocator,
sql::ObRawExprFactory &expr_factory,
sql::ObSQLSessionInfo &session_info,