[CP] [to #48034994] fix serval pl/sql bugs

This commit is contained in:
obdev 2023-04-11 12:46:23 +08:00 committed by ob-robot
parent 6f484aac81
commit d9e241f1d2

View File

@ -2450,7 +2450,7 @@ int ObPLExecState::init_complex_obj(ObIAllocator &allocator,
} else if (pl_type.is_udt_type()) {
ObPLUDTNS ns(*schema_guard);
OZ (ns.init_complex_obj(allocator, pl_type, obj, false));
} else if (pl_type.is_package_type()) {
} else if (pl_type.is_package_type() || pl_type.is_rowtype_type()) {
ObPLResolveCtx ns(allocator,
*session,
*schema_guard,