Github user twalthr commented on the issue:
https://github.com/apache/flink/pull/5065
@Aegeaner `equals` and `hashCode` in `TypeInformation` are meant for
comparing type information and not instances of values with this type. The
`RowComparator` internally uses `hashCode` and `equals` of the objects as well.---
