snuyanzin commented on code in PR #26385: URL: https://github.com/apache/flink/pull/26385#discussion_r2059224029
########## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/api/TableEnvironmentTest.java: ########## @@ -42,22 +50,44 @@ /** Tests for {@link TableEnvironment}. */ class TableEnvironmentTest { + TableEnvironmentMock tEnv; Review Comment: ```suggestion private TableEnvironmentMock tEnv; ``` ? -- 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