fsk119 commented on code in PR #19846:
URL: https://github.com/apache/flink/pull/19846#discussion_r913501319
##########
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/utils/SqlGatewayServiceExtension.java:
##########
@@ -43,6 +47,15 @@ public class SqlGatewayServiceExtension implements
BeforeAllCallback, AfterAllCa
private SqlGatewayService service;
private SessionManager sessionManager;
private TemporaryFolder temporaryFolder;
+ private final Supplier<Configuration> configSupplier;
Review Comment:
Yes. But the MiniCluster is created in the beforeAll that is later than
create the `SqlGatewayServiceExtension`.
##########
flink-table/flink-sql-gateway/src/test/java/org/apache/flink/table/gateway/service/utils/SqlGatewayServiceExtension.java:
##########
@@ -43,6 +47,15 @@ public class SqlGatewayServiceExtension implements
BeforeAllCallback, AfterAllCa
private SqlGatewayService service;
private SessionManager sessionManager;
private TemporaryFolder temporaryFolder;
+ private final Supplier<Configuration> configSupplier;
Review Comment:
Yes. But the MiniCluster is created in the beforeAll that is later than
create the `SqlGatewayServiceExtension`.
--
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]