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 04:37:59 UTC

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

jinxing64 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_r336721896
 
 

 ##########
 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:
   +1

----------------------------------------------------------------
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