[ https://issues.apache.org/jira/browse/FLINK-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16270498#comment-16270498 ]
ASF GitHub Bot commented on FLINK-8151: --------------------------------------- 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`? > [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)