Github user tzulitai commented on the pull request:
https://github.com/apache/flink/commit/a2533f406d46b1c5acb5f70c263f9afad839dffe#commitcomment-27262148
In
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPMigrationTest.java:
In
flink-libraries/flink-cep/src/test/java/org/apache/flink/cep/operator/CEPMigrationTest.java
on line 74:
Question regarding this change:
Why do we already test for `v1_5`? I think we should / can only add that
variant once we cut the `release-1.5` branch. Otherwise, strictly speaking, any
savepoints taken with the current `master` snapshot is not a proper 1.5
savepoint.
---