[CP] to issue<53642848>:fix collect package dependence issue if sql using package udf
This commit is contained in:
		| @ -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_; } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hanr881
					hanr881