You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/14 12:34:35 UTC

[GitHub] [flink] wuchong commented on a change in pull request #14640: [FLINK-20937][Table API/SQL]Drop table can fails, when i create a tab…

wuchong commented on a change in pull request #14640:
URL: https://github.com/apache/flink/pull/14640#discussion_r557362687



##########
File path: flink-table/flink-table-planner/src/test/java/org/apache/flink/table/catalog/CatalogManagerTest.java
##########
@@ -160,6 +167,43 @@ public void testDropTemporaryTable() throws Exception {
                 manager.qualifyIdentifier(UnresolvedIdentifier.of("test")), false);
     }
 
+    @Test
+    public void testDropTableWithWatermakForProcTime() throws Exception {

Review comment:
       A simpliest way is adding a test in `org.apache.flink.table.planner.catalog.CatalogTableITCase` where you can use SQL DDL to register tables. 




----------------------------------------------------------------
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:
users@infra.apache.org