snuyanzin commented on code in PR #25810: URL: https://github.com/apache/flink/pull/25810#discussion_r1893604056
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java: ########## @@ -1030,6 +1030,17 @@ void createTemporarySystemFunction( */ boolean dropTemporaryTable(String path); + /** + * Drops a table registered in the given path. Review Comment: yep, even more `DROP TABLE` via `DropTableOpeartion` leads execution to the same code https://github.com/apache/flink/blob/1523f2c2062b860a2abfe75f8ead276bb161d64a/flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/operations/ddl/DropTableOperation.java#L71-L76 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org