[CP] to issue<53642848>:fix collect package dependence issue if sql using package udf

This commit is contained in:
hanr881
2023-12-18 23:47:17 +00:00
committed by ob-robot
parent d3f6847e3c
commit 27e485c0ff
5 changed files with 53 additions and 16 deletions

View File

@ -3975,7 +3975,8 @@ public:
|| pkg_schema_version_ != common::OB_INVALID_VERSION;
}
int get_schema_object_version(share::schema::ObSchemaObjVersion &obj_version);
int get_schema_object_version(share::schema::ObSchemaGetterGuard &schema_guard,
ObIArray<share::schema::ObSchemaObjVersion> &obj_versions);
inline void set_pkg_body_udf(bool v) { is_pkg_body_udf_ = v; }
inline bool is_pkg_body_udf() const { return is_pkg_body_udf_; }