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


Reply via email to