slinkydeveloper commented on a change in pull request #18027:
URL: https://github.com/apache/flink/pull/18027#discussion_r764165032
##########
File path:
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/functions/CastFunctionITCase.java
##########
@@ -1166,6 +1132,52 @@ protected Configuration configuration() {
.build());
}
+ public static List<TestSpec> structuredTypes() {
+ return Arrays.asList(
+ // Cast to structuredTypes
+ // https://issues.apache.org/jira/browse/FLINK-17321
+ // MULTISET
+ // MAP
+ // RAW
+ CastTestSpecBuilder.testCastTo(ARRAY(INT()))
Review comment:
Perhaps collection types?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]