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?
---