Skip to content

Commit

Permalink
[FLINK-13618] Update FlinkKafkaConsumerBaseMigrationTest to restore f…
Browse files Browse the repository at this point in the history
…rom 1.9 savepoint

This closes apache#9594.
  • Loading branch information
yanghua authored and tillrohrmann committed Sep 2, 2019
1 parent 6094a52 commit c83ba10
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 @@ -106,7 +106,8 @@ public static Collection<MigrationVersion> parameters () {
MigrationVersion.v1_5,
MigrationVersion.v1_6,
MigrationVersion.v1_7,
MigrationVersion.v1_8);
MigrationVersion.v1_8,
MigrationVersion.v1_9);
}

public FlinkKafkaConsumerBaseMigrationTest(MigrationVersion testMigrateVersion) {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit c83ba10

Please sign in to comment.