You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/30 09:53:00 UTC

[jira] [Updated] (FLINK-7618) Add BINARY supported in FlinkTypeFactory

     [ https://issues.apache.org/jira/browse/FLINK-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-7618:
----------------------------------
    Labels: pull-request-available  (was: )

> Add BINARY supported in FlinkTypeFactory
> ----------------------------------------
>
>                 Key: FLINK-7618
>                 URL: https://issues.apache.org/jira/browse/FLINK-7618
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table API &amp; SQL
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Major
>              Labels: pull-request-available
>
> We will get the following exception when we deal with the BINARY type.
> {code}
> org.apache.flink.table.api.TableException: Type is not supported: BINARY
> 	at org.apache.flink.table.api.TableException$.apply(exceptions.scala:53)
> 	at org.apache.flink.table.calcite.FlinkTypeFactory$.toTypeInfo(FlinkTypeFactory.scala:377)
> 	at org.apache.flink.table.codegen.CodeGenerator.visitCall(CodeGenerator.scala:741)
> 	at org.apache.flink.table.codegen.CodeGenerator.visitCall(CodeGenerator.scala:67)
> 	at org.apache.calcite.rex.RexCall.accept(RexCall.java:104)
> 	at org.apache.flink.table.codegen.CodeGenerator$$anonfun$16.apply(CodeGenerator.scala:754)
> 	at org.apache.flink.table.codegen.CodeGenerator$$anonfun$16.apply(CodeGenerator.scala:744)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)