TisonKun commented on a change in pull request #10408: [FLINK-14992][client]
Add job listener to execution environments
URL: https://github.com/apache/flink/pull/10408#discussion_r354199784
##########
File path:
flink-clients/src/test/java/org/apache/flink/client/program/ClientTest.java
##########
@@ -126,7 +126,7 @@ private Configuration fromPackagedProgram(final
PackagedProgram program, final i
*/
@Test
public void testDetachedMode() throws Exception{
- final ClusterClient<?> clusterClient = new
MiniClusterClient(new Configuration(), MINI_CLUSTER_RESOURCE.getMiniCluster());
+ final ClusterClient<MiniClusterClient.MiniClusterId>
clusterClient = new MiniClusterClient(new Configuration(),
MINI_CLUSTER_RESOURCE.getMiniCluster());
Review comment:
Nope, it is an intermediate change. Will revert.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services