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_r355162113
##########
File path:
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/ddl/SqlAlterFunction.java
##########
@@ -118,6 +118,10 @@ public boolean isTemporary() {
return isTemporary;
}
+ public boolean isSystemFunction() {
Review comment:
no need for this
----------------------------------------------------------------
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