RocMarshal commented on a change in pull request #16723:
URL: https://github.com/apache/flink/pull/16723#discussion_r698603916



##########
File path: 
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/api/TableEnvironmentITCase.scala
##########
@@ -808,6 +808,162 @@ class TableEnvironmentITCase(tableEnvName: String, 
isStreaming: Boolean) extends
     listener.close()
   }
 
+  // `SHOW COLUMNS ......` syntax of flink SQL test cases.
+  @Test
+  def testShowColumnsSyntaxOfSQL(): Unit = {

Review comment:
       What about adding the  `ExecuteSqlTest` in the scala package 
`org.apache.flink.table.api` of module `flink-table-planner` ?




-- 
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: issues-unsubscr...@flink.apache.org

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


Reply via email to