dawidwys commented on code in PR #23811: URL: https://github.com/apache/flink/pull/23811#discussion_r1413904767
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/BuiltInFunctionTestBase.java: ########## @@ -76,7 +79,7 @@ abstract class BuiltInFunctionTestBase { @RegisterExtension - private static final MiniClusterExtension MINI_CLUSTER_EXTENSION = new MiniClusterExtension(); + public static final MiniClusterExtension MINI_CLUSTER_EXTENSION = new MiniClusterExtension(); Review Comment: IntelliJ claims it should be public -- 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