RocMarshal commented on a change in pull request #17352: URL: https://github.com/apache/flink/pull/17352#discussion_r716039126
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/catalog/CatalogViewITCase.scala ########## @@ -307,6 +307,91 @@ class CatalogViewITCase(isStreamingMode: Boolean) extends AbstractTestBase { // now we only have permanent view T3 assertEquals(permanentViewData.sorted, TestCollectionTableFactory.RESULT.sorted) } + + @Test + def testShowCreateView(): Unit = { + val sourceData = List(toRow(1, "1000", 2)) + TestCollectionTableFactory.initData(sourceData) Review comment: Thanks for the comment. I updated it. -- 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