Skip to content

Commit

Permalink
[FLINK-10783][tests] Update WindowOperatorMigrationTest for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
boshu Zheng authored and zentol committed Jan 9, 2019
1 parent e4bc287 commit 78cc9bc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public static Collection<MigrationVersion> parameters () {
MigrationVersion.v1_3,
MigrationVersion.v1_4,
MigrationVersion.v1_5,
MigrationVersion.v1_6);
MigrationVersion.v1_6,
MigrationVersion.v1_7);
}

private static final TypeInformation<Tuple2<String, Integer>> STRING_INT_TUPLE =
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 78cc9bc

Please sign in to comment.