Yes, the prior implementation did this:
`if (operatorId != that.operatorId) {`
instead of calling equals(), which resulted in a false if the object is
equivalent, but not the exact same object (for example, when the bytestream is
copied).
These changes are just from eclipse generating the equals and hashCode methods.
I needed to do this so that the unit test would actually pass since it uses the
equals method in it's assertion.
[ Full content available at: https://github.com/apache/flink/pull/6610 ]
This message was relayed via gitbox.apache.org for [email protected]