docete commented on a change in pull request #11917:
URL: https://github.com/apache/flink/pull/11917#discussion_r415627411



##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/api/TableEnvironmentTest.scala
##########
@@ -137,6 +137,28 @@ class TableEnvironmentTest {
       
.tableExists(ObjectPath.fromString(s"${tableEnv.getCurrentDatabase}.tbl1")))
   }
 
+  @Test
+  def testExecuteSqlWithCreateDropTemporaryTable(): Unit = {

Review comment:
       The ITCase `testTemporaryTableMaskPermanentTableWithSameName` test 
co-exists cases. 

##########
File path: 
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/api/TableEnvironmentTest.scala
##########
@@ -137,6 +137,28 @@ class TableEnvironmentTest {
       
.tableExists(ObjectPath.fromString(s"${tableEnv.getCurrentDatabase}.tbl1")))
   }
 
+  @Test
+  def testExecuteSqlWithCreateDropTemporaryTable(): Unit = {

Review comment:
       `show tables` show both temporary and permanent 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:
[email protected]


Reply via email to