[ https://issues.apache.org/jira/browse/FLINK-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kurt Young closed FLINK-7618. ----------------------------- Resolution: Unresolved > 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 & SQL > Reporter: sunjincheng > Assignee: sunjincheng > Priority: Major > Labels: pull-request-available > Time Spent: 10m > Remaining Estimate: 0h > > 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)