twalthr commented on code in PR #25810:
URL: https://github.com/apache/flink/pull/25810#discussion_r1888450395


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##########
@@ -1030,6 +1030,13 @@ void createTemporarySystemFunction(
      */
     boolean dropTemporaryTable(String path);
 
+    /**
+     * Drops a table in a given fully qualified path.

Review Comment:
   The path doesn't need to be fully qualified. We should copy existing 
explanation to not make mistakes.
   Also we need information about temporary vs permant objects. I guess it 
drops only permanent tables, not temporary ones. If temporary still exists it 
throws an exception?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to