danny0405 commented on a change in pull request #12456:
URL: https://github.com/apache/flink/pull/12456#discussion_r435098069



##########
File path: 
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/local/LocalExecutorITCase.java
##########
@@ -168,16 +179,19 @@ public void testViews() throws Exception {
                                "TestView2");
                assertEquals(expectedTables, actualTables);
 
+               // Although AdditionalView2 needs AdditionalView1, dropping 
AdditionalView1 first does not
+               // throw.

Review comment:
       Not really, `does not throw` means `does not throw 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to