Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/6156#discussion_r195116930 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/AbstractStateTableSnapshot.java --- @@ -48,4 +48,4 @@ @Override public void release() { } -} \ No newline at end of file +} --- End diff -- Please revert, because it produces change in an unrelated class.
---