bowenli86 commented on a change in pull request #10484: [FLINK-14906][table]
create and drop temp system functions from DDL t…
URL: https://github.com/apache/flink/pull/10484#discussion_r355206638
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/TableEnvironmentImpl.java
##########
@@ -843,29 +878,65 @@ private void dropCatalogFunction(DropFunctionOperation
dropFunctionOperation) {
.getReturnTypeOfAggregateFunction(aggregateFunction);
TypeInformation<ACC> accTypeInfo =
UserFunctionsTypeHelper
.getAccumulatorTypeOfAggregateFunction(aggregateFunction);
-
functionCatalog.registerTempCatalogAggregateFunction(
functionIdentifier,
aggregateFunction,
typeInfo,
accTypeInfo);
+
Review comment:
revert
----------------------------------------------------------------
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]
With regards,
Apache Git Services