Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/5070
`Map` does not provide an implementation for `equals`. However,
`java.util.AbstractMap` does which is the base class for the commonly used Java
maps including `HashMap`. Maybe we can add a case for `AbstractMap`?---
