lirui-apache commented on a change in pull request #14802:
URL: https://github.com/apache/flink/pull/14802#discussion_r567683839
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/FunctionCatalog.java
##########
@@ -440,7 +453,11 @@ public void dropTempCatalogFunction(ObjectIdentifier
identifier, boolean ignoreI
CatalogFunction fd = tempCatalogFunctions.remove(normalizedName);
- if (fd == null && !ignoreIfNotExist) {
+ if (fd != null) {
Review comment:
Yeah I'll unify them.
----------------------------------------------------------------
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]