提交 f6e6924e 编写于 作者: M Maximilian Michels

[FLINK-3561] remove unused timestampsEnabled flag

上级 728463b4
......@@ -102,8 +102,6 @@ public class ExecutionConfig implements Serializable {
private long autoWatermarkInterval = 0;
private boolean timestampsEnabled = false;
/**
* @deprecated Should no longer be used because it is subsumed by RestartStrategyConfiguration
*/
......@@ -659,7 +657,6 @@ public class ExecutionConfig implements Serializable {
printProgressDuringExecution == other.printProgressDuringExecution &&
Objects.equals(globalJobParameters, other.globalJobParameters) &&
autoWatermarkInterval == other.autoWatermarkInterval &&
timestampsEnabled == other.timestampsEnabled &&
registeredTypesWithKryoSerializerClasses.equals(other.registeredTypesWithKryoSerializerClasses) &&
defaultKryoSerializerClasses.equals(other.defaultKryoSerializerClasses) &&
registeredKryoTypes.equals(other.registeredKryoTypes) &&
......@@ -685,7 +682,6 @@ public class ExecutionConfig implements Serializable {
printProgressDuringExecution,
globalJobParameters,
autoWatermarkInterval,
timestampsEnabled,
registeredTypesWithKryoSerializerClasses,
defaultKryoSerializerClasses,
registeredKryoTypes,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册