You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/10/12 13:16:36 UTC

[GitHub] [flink] matriv commented on a change in pull request #17450: [FLINK-24418][table-planner] Add support for casting RAW to BINARY

matriv commented on a change in pull request #17450:
URL: https://github.com/apache/flink/pull/17450#discussion_r727126762



##########
File path: flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/utils/LogicalTypeCasts.java
##########
@@ -401,6 +405,8 @@ private static boolean supportsConstructedCasting(
                 }
             }
             return true;
+        } else if (sourceRoot == ARRAY && (targetRoot == CHAR || targetRoot == VARCHAR)) {

Review comment:
       Ah, thx, just a leftover for some playing around with casting to ARRAY().




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org