JingsongLi commented on issue #8379: [FLINK-12457][table-planner-blink] Remove char support in blink URL: https://github.com/apache/flink/pull/8379#issuecomment-491659432 > LGTM,btw does flink planner support CHAR right? In flink planner: There are some useless code (three lines) in `CodeGenUtils.primitiveTypeTermForTypeInfo` and etc.. But `FlinkTypeFactory` don't support `CHAR_TYPE_INFO` with `throw new TableException("Character type is not supported.")`. So flink planner does not support `CHAR_TYPE_INFO`.
---------------------------------------------------------------- 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
