danny0405 commented on a change in pull request #1455: [CALCITE-3349] Add 
create and drop function into SqlKind ddl enumerations
URL: https://github.com/apache/calcite/pull/1455#discussion_r326180860
 
 

 ##########
 File path: server/src/main/java/org/apache/calcite/sql/ddl/SqlDropFunction.java
 ##########
 @@ -25,7 +27,8 @@
 /**
  * Parse tree for {@code DROP FUNCTION} statement.
  */
-public class SqlDropFunction extends SqlDropObject {
+public class SqlDropFunction extends SqlDropObject
+    implements SqlExecutableStatement {
 
 Review comment:
   It is, but does not include `create/drop` function, we can remove the 
implements from `SqlExecutableStatement`.

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

Reply via email to