You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/07/01 19:22:11 UTC

[jira] [Resolved] (CALCITE-1302) Create SqlTypeName values for each interval range, e.g. YEAR_MONTH

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

Julian Hyde resolved CALCITE-1302.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/ac9c8c7a.

The effect of this change is that we don't need to use SqlIntervalQualifier as often (which is good, because SqlIntervalQualifier is a weird hybrid class that is also an AST node i.e. extends SqlNode).

Also, the JDBC client gets more information from the type. It sees not "interval_year_month" but "interval_year" or "interval_year_month" or "interval_month".

> Create SqlTypeName values for each interval range, e.g. YEAR_MONTH
> ------------------------------------------------------------------
>
>                 Key: CALCITE-1302
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1302
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.9.0
>
>
> Create SqlTypeName values for each interval range, e.g. YEAR_MONTH.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)