walterddr 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_r325925631
##########
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:
isn't `SqlDropObject` already implement `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