matriv commented on a change in pull request #18908: URL: https://github.com/apache/flink/pull/18908#discussion_r814657947
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/metadata/MetadataTestUtil.scala ########## @@ -252,9 +253,13 @@ object MetadataTestUtil { getMetadataTable(fieldNames, fieldTypes, new FlinkStatistic(tableStats)) } + val tableConfig = TableConfig.getDefault Review comment: I didn't inline those cases, because I'm using the `tableConfig.getConfiguration` as plannerConfig so that it's shared, in case, in a test modifies only tableConfig, it will automatically get the same change in plannerConfig. Those will be cleaned up when we remove the tableConfig completely from the context. -- 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