mxm commented on a change in pull request #10850: [BEAM-9299] Upgrade Flink 
Runner from 1.8.2 to 1.8.3
URL: https://github.com/apache/beam/pull/10850#discussion_r385764602
 
 

 ##########
 File path: 
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkExecutionEnvironments.java
 ##########
 @@ -311,78 +306,4 @@ private static void applyLatencyTrackingInterval(
     long latencyTrackingInterval = options.getLatencyTrackingInterval();
     config.setLatencyTrackingInterval(latencyTrackingInterval);
   }
-
-  /**
-   * Remote stream environment that supports job execution with restore from 
savepoint.
-   *
-   * <p>This class can be removed once Flink provides this functionality.
-   *
-   * <p>TODO: https://issues.apache.org/jira/browse/BEAM-5396
-   */
-  private static class BeamFlinkRemoteStreamEnvironment extends 
RemoteStreamEnvironment {
 
 Review comment:
   We cannot remove this until we remove 1.7 support.

----------------------------------------------------------------
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

Reply via email to