[ https://issues.apache.org/jira/browse/FLINK-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16265891#comment-16265891 ]
ASF GitHub Bot commented on FLINK-8151: --------------------------------------- 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 <ro...@uber.com> Date: 2017-11-26T01:17:14Z fix map type object equality check ---- > [Table] removing map value equality check > ----------------------------------------- > > Key: FLINK-8151 > URL: https://issues.apache.org/jira/browse/FLINK-8151 > Project: Flink > Issue Type: Bug > Components: Table API & SQL > Reporter: Rong Rong > Assignee: Rong Rong > > Following up with FLINK-8038. The equality check is not working as Map does > not support element-wise equality. Suggest to remove it. -- This message was sent by Atlassian JIRA (v6.4.14#64029)