You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "feng huang (Jira)" <ji...@apache.org> on 2019/08/23 01:51:00 UTC

[jira] [Updated] (CALCITE-3282) Make every SqlDialect parse their own data type

     [ https://issues.apache.org/jira/browse/CALCITE-3282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

feng huang updated CALCITE-3282:
--------------------------------
    Summary: Make every SqlDialect parse their own data type  (was: make every SqlDialect parse their own data type)

> Make every SqlDialect parse their own data type
> -----------------------------------------------
>
>                 Key: CALCITE-3282
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3282
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            Reporter: feng huang
>            Priority: Minor
>
> 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 message was sent by Atlassian Jira
(v8.3.2#803003)