twalthr commented on a change in pull request #11701: [FLINK-17084][table]
Implement input type inference and output type strategy for ARRAY/ROW/MAP
built-in functions
URL: https://github.com/apache/flink/pull/11701#discussion_r408221583
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/expressions/validation/MapTypeValidationTest.scala
##########
@@ -45,11 +45,6 @@ class MapTypeValidationTest extends MapTypeTestBase {
testAllApis("FAIL", "map()", "MAP[]", "FAIL")
}
- @Test(expected = classOf[ValidationException])
- def testUnsupportedMapImplicitTypeCastTableApi(): Unit = {
Review comment:
Add a test to `org.apache.flink.table.planner.expressions.MapTypeTest`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services