twalthr commented on a change in pull request #17962:
URL: https://github.com/apache/flink/pull/17962#discussion_r760934391



##########
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:
       You don't need to go through properties here. You can simply call 
`CatalogTable.of()` with concrete instances. CC @matriv 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to