[
https://issues.apache.org/jira/browse/FLINK-8151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269090#comment-16269090
]
ASF GitHub Bot commented on FLINK-8151:
---------------------------------------
Github user walterddr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5070#discussion_r153566038
--- 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 --
That was my bad, I was only testing the invalid equality case ( e.g.
`MAP[STRING, INT] = MAP[STRING,STRING]` should throw ValidationException), I
did not put in the valid equality test :-(
> [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)