ffmax opened a new pull request #1443: HiveSqlDialect unparse Interger type as Int in order to be compatible for hive1.x URL: https://github.com/apache/calcite/pull/1443 For example, a sql "select cast('1' as int)", HiveSqlDialect unparse it to "select cast('1' as Integer)". However, "Integer" is not allowed in hive1.x, for consideration of compatibility, it should be unparse as "int".
---------------------------------------------------------------- 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
