ffmax opened a new pull request #1402: make every SqlDialect parse their own 
data type
URL: https://github.com/apache/calcite/pull/1402
 
 
   Every database might have different type or same type but different type 
name, therefore making every SqlDialect parse their own data type is a suitable 
way.
   for example, “select cast(col as int) from table” change to hive sql "select 
cast(col as integer) from table", but "integer" is not allowed in hive.

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