Skip to content

Commit

Permalink
[FLINK-11759] Update AbstractNonKeyedOperatorRestoreTestBase for 1.8
Browse files Browse the repository at this point in the history
This closes apache#8168.
  • Loading branch information
yanghua authored and tzulitai committed Jun 20, 2019
1 parent 5b3bd81 commit d8aac6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public static Collection<MigrationVersion> parameters () {
MigrationVersion.v1_4,
MigrationVersion.v1_5,
MigrationVersion.v1_6,
MigrationVersion.v1_7);
MigrationVersion.v1_7,
MigrationVersion.v1_8);
}

protected AbstractNonKeyedOperatorRestoreTestBase(MigrationVersion migrationVersion) {
Expand Down
Binary file not shown.

0 comments on commit d8aac6f

Please sign in to comment.