pnowojski commented on code in PR #21056:
URL: https://github.com/apache/flink/pull/21056#discussion_r1012923470
##########
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java:
##########
@@ -461,14 +461,20 @@ public RestartStrategies.RestartStrategyConfiguration
getRestartStrategy() {
}
}
+ /**
+ * TODO: this shouldn't exist and shouldn't pollute public API. Tests
should change this via
Review Comment:
Ahhh, I've tried to fix this but I couldn't do it easily. One place was
easy, but the other three were not :(
--
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]