Github user dawidwys commented on the issue:
https://github.com/apache/flink/pull/5995
Right sorry for that. I've changed the data generator a bit, so it produced
different results than before with the same seed. I've recreated the serialized
data with updated `TestDataGenerator`. It took me a while though to figure out
that it should be created with current code rather than 1.3 branch. Therefore I
updated the comment accordingly.
Also reworded a bit other names as the
`BackwardsCompatibleAvroSerializerTest` does not test compatibility with 1.3,
but only with `PojoSerializer`.
---