twalthr commented on a change in pull request #11694: [FLINK-17064][table-planner] Improve literals conversion in ExpressionConverter URL: https://github.com/apache/flink/pull/11694#discussion_r408058640
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/calcite/FlinkTypeFactory.scala ########## @@ -123,6 +123,9 @@ class FlinkTypeFactory(typeSystem: RelDataTypeSystem) extends JavaTypeFactoryImp true, getTypeSystem) + case LogicalTypeRoot.SYMBOL => + createSqlType(SqlTypeName.SYMBOL) Review comment: This means we do not preserve the kind of symbol? Maybe you can also add a comment or TODO here, because information is also lost here. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services