[
https://issues.apache.org/jira/browse/FLINK-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268515#comment-16268515
]
ASF GitHub Bot commented on FLINK-8151:
---------------------------------------
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5070#discussion_r153449102
--- Diff:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/MapTypeTest.scala
---
@@ -139,13 +139,6 @@ class MapTypeTest extends MapTypeTestBase {
@Test
def testMapOperations(): Unit = {
- // comparison
- testAllApis(
--- End diff --
Why did this test ever worked?
> [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)