tillrohrmann commented on a change in pull request #9599: [FLINK-13620][Tests]
Update FlinkKafkaProducerMigrationTest to restore from 1.9 savepoint
URL: https://github.com/apache/flink/pull/9599#discussion_r321758726
##########
File path:
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducerMigrationTest.java
##########
@@ -44,7 +44,7 @@
@Parameterized.Parameters(name = "Migration Savepoint: {0}")
public static Collection<MigrationVersion> parameters() {
return Arrays.asList(
- MigrationVersion.v1_8);
+ MigrationVersion.v1_9);
Review comment:
I think it should be:
```suggestion
MigrationVersion.v1_8,
MigrationVersion.v1_9);
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services