GitHub user walterddr opened a pull request:
https://github.com/apache/flink/pull/5070
[FLINK-8151][table]Remove Map type equality comparison.
Remove map type equality support as unlike java array, there's no
element-wise equality check on Map type.
Also small clean up on map value constructor code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/walterddr/flink FLINK-8151
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5070.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5070
----
commit 237032567847735db83fb5bf0b899a7ae7efb211
Author: Rong Rong <[email protected]>
Date: 2017-11-26T01:17:14Z
fix map type object equality check
----
---