forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix] Small code cleanups for Persistent Intermediate Results
- Make explicit that BlockingShuffleOutputFormat is only used for tagging, so its methods should never be invoked. - Add serialVersionUid for consistency with other formats - Move adjustment of JobGraph into separate helper method in JobGraphGenerator - Fix use of generics in JobGraphGeneratorTest - Make test more targeted, i.e., remove checks/assertions that are unrelated.
- Loading branch information
1 parent
35fceea
commit 8558548
Showing
3 changed files
with
53 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters