You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "Zuyu Zhang (JIRA)" <ji...@apache.org> on 2016/09/23 17:56:20 UTC

[jira] [Closed] (QUICKSTEP-44) Date type support

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

Zuyu Zhang closed QUICKSTEP-44.
-------------------------------
    Resolution: Fixed
      Assignee: Harshad Deshmukh

> Date type support
> -----------------
>
>                 Key: QUICKSTEP-44
>                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-44
>             Project: Apache Quickstep
>          Issue Type: Improvement
>          Components: Expressions, Parser, Types
>            Reporter: Harshad Deshmukh
>            Assignee: Harshad Deshmukh
>
> At present Quickstep has two types for representing date - 
> 1. Date (Year, month and date)
> 2. Datetime (Year, month, date, hours, minutes, seconds) etc.
> For TPC-H tables, the first type is sufficient.
> Despite the presence of two date types, the representation uses the second type by default, which is excessive for operations used in TPC-H. We should use only type 1 when the parser finds DATE token and use type 2 for DATETIME token. 



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