You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/19 01:55:28 UTC

[GitHub] [calcite] yanlin-Lynn commented on a change in pull request #1521: [CALCITE-3429] Refinement for implementation of sql type factory

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_r336717571
 
 

 ##########
 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:
   Yes, you are right.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services