Skip to content

Commit

Permalink
[FLINK-8472] [fs, test] Extend ContinuousFileProcessingMigrationTest …
Browse files Browse the repository at this point in the history
…for Flink 1.4
  • Loading branch information
tzulitai committed Feb 6, 2018
1 parent 535d139 commit c100936
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public class ContinuousFileProcessingMigrationTest {
public static Collection<Tuple2<MigrationVersion, Long>> parameters () {
return Arrays.asList(
Tuple2.of(MigrationVersion.v1_2, 1493116191000L),
Tuple2.of(MigrationVersion.v1_3, 1496532000000L));
Tuple2.of(MigrationVersion.v1_3, 1496532000000L),
Tuple2.of(MigrationVersion.v1_4, 1516897628000L));
}

/**
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c100936

Please sign in to comment.