jinxing64 commented on a change in pull request #1443: [CALCITE-3282] 
HiveSqlDialect unparse Interger type as Int in order to be compatible for 
Hive1.x
URL: https://github.com/apache/calcite/pull/1443#discussion_r322614745
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/type/SqlTypeUtil.java
 ##########
 @@ -1054,7 +1055,7 @@ public static SqlDataTypeSpec 
convertTypeToSpec(RelDataType type,
    * @param type type descriptor
    * @return corresponding parse representation
    */
-  public static SqlDataTypeSpec convertTypeToSpec(RelDataType type) {
+  public static SqlDataTypeSpec  convertTypeToSpec(RelDataType type) {
 
 Review comment:
   No necessary change ?

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

Reply via email to