zstan commented on a change in pull request #484: URL: https://github.com/apache/ignite-3/pull/484#discussion_r763641778
########## File path: modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/ddl/DropTableCommand.java ########## @@ -20,7 +20,7 @@ /** * DROP TABLE statement. */ -public class DropTableCommand implements DdlCommand { +public class DropTableCommand extends AbstractDdlCommand { Review comment: with current approach it becomes an empty class, plz check it, i found no contradiction here. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org