zymap opened a new pull request #9237: URL: https://github.com/apache/pulsar/pull/9237
--- Fixes #9180 *Motivation* When creating a function, we will do the validation for the function package and transform the FunctionConfig to the FunctionDetail in the same method. We introduced package management for saving the function packages, and want to reduce the duplicated validation when creating a function with a package name. So I suggest we need to separate the validation steps and transformation step to make the method more clear. ### Verifying this change Because we only refine the code and doesn't change the logic, so we need to make sure the existent CI passed. - [x] Make sure that the change passes the CI checks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
