You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/05/29 17:46:10 UTC

[jira] [Resolved] (DRILL-260) Implement types required for TPC-H benchmark

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

Jacques Nadeau resolved DRILL-260.
----------------------------------

    Resolution: Fixed

> Implement types required for TPC-H benchmark
> --------------------------------------------
>
>                 Key: DRILL-260
>                 URL: https://issues.apache.org/jira/browse/DRILL-260
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Ben Becker
>
> The TPC-H benchmark requires the following types to be implemented:
> {noformat}
> FIXEDCHAR
> VARCHAR
> INTEGER
> DECIMAL
> DATE
> {noformat}
> To be more specific:
> {noformat}
> CHAR(1)
> CHAR(10)
> CHAR(15)
> CHAR(25)
> DATE
> DECIMAL(15,2)
> INTEGER
> VARCHAR(23)
> VARCHAR(25)
> VARCHAR(40)
> VARCHAR(44)
> VARCHAR(55)
> VARCHAR(79)
> VARCHAR(101)
> VARCHAR(117)
> VARCHAR(152)
> VARCHAR(199)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)