nateab commented on code in PR #27605:
URL: https://github.com/apache/flink/pull/27605#discussion_r2901078689


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/FunctionCatalog.java:
##########
@@ -742,15 +741,15 @@ private FunctionDefinition getFunctionDefinition(String 
name, CatalogFunction fu
                 function);
     }
 
-    public void registerFunctionJarResources(String functionName, 
List<ResourceUri> resourceUris) {
+    public void registerFunctionResources(String functionName, 
List<ResourceUri> resourceUris) {

Review Comment:
   we should rename `unregisterFunctionJarResources` as well to be consistent



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to