yanlin-Lynn commented on a change in pull request #1521: [CALCITE-3429]
Refinement for implementation of sql type factory
URL: https://github.com/apache/calcite/pull/1521#discussion_r336825031
##########
File path:
core/src/main/java/org/apache/calcite/rel/type/RelDataTypeFactoryImpl.java
##########
@@ -612,8 +612,15 @@ public SqlCollation getCollation() {
}
public SqlTypeName getSqlTypeName() {
+ Class clz = clazz;
Review comment:
Currently, there's something wrong for checking subclass, so I remove the
logic of checking subclass.
I'll create another pr after I figured out the reason.
----------------------------------------------------------------
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