godfreyhe commented on a change in pull request #17962: URL: https://github.com/apache/flink/pull/17962#discussion_r761692575
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/MetadataTestUtil.scala ########## @@ -298,6 +301,124 @@ object MetadataTestUtil { ) } + private def createTableSourceTable1(): Table = { + val catalogTable = CatalogTable.fromProperties( + Map( Review comment: Could you also update the `MetadataTestUtil#createProjectedTableSourceTable` -- 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