You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Kristine (JIRA)" <ji...@apache.org> on 2015/01/28 22:15:34 UTC

[jira] [Comment Edited] (DRILL-1975) Documentation on supported Data Types must be corrected

    [ https://issues.apache.org/jira/browse/DRILL-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295867#comment-14295867 ] 

Kristine edited comment on DRILL-1975 at 1/28/15 9:15 PM:
----------------------------------------------------------

1. Moved BYTEA and VARBINARY types into this new section on https://cwiki.apache.org/confluence/display/DRILL/Data+Types:

**Supported Binary Types**
Drill supports the following non-SQL types:
* BYTEA
* VARBINARY

2. Changed Boolean Types section as follows:

**Boolean**
   
   Values are FALSE or TRUE.

3. Changed Character Types to indicate that CHAR is an alias for VARCHAR, not a different type:

**Character**

   * VARCHAR/CHAR

4. Minor edits

[~vicky] Please review published corrections: https://cwiki.apache.org/confluence/display/DRILL/Data+Types


was (Author: krishahn):
1. Moved BYTEA and VARBINARY types into this new section on https://cwiki.apache.org/confluence/display/DRILL/Data+Types:

**Supported Binary Types**
Drill supports the following non-SQL types:
* BYTEA
* VARBINARY

2. Changed Boolean Types section as follows:

**Boolean**
   
   Values are FALSE or TRUE.

3. Changed Character Types to indicate that CHAR is an alias for VARCHAR, not a different type:

**Character**

   * VARCHAR/CHAR

4. Minor edits

> Documentation on supported Data Types must be corrected
> -------------------------------------------------------
>
>                 Key: DRILL-1975
>                 URL: https://issues.apache.org/jira/browse/DRILL-1975
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Abhishek Girish
>            Assignee: Bridget Bevens
>
> Documentation on Drill Data Types - https://cwiki.apache.org/confluence/display/DRILL/Data+Types needs to be updated. 
> Text data type must be removed from the below list:
> *Binary Types*
> BYTEA
> VARBINARY
> *Character Types*
> CHAR
> VARCHAR 
> TEXT
> *Date/Time Data Types*
> DATE
> INTERVAL
> Interval Year (stores year and month)
> Interval Day (stores day, hour, minute, seconds, and milliseconds)
> TIME
> TIMESTAMP
> *Integer*
> BIGINT
> INT
> SMALLINT
> TINYINT
> *Numeric Types*
> DECIMAL
> FLOAT 
> DOUBLE PRECISION (FLOAT 8)
> REAL (FLOAT 4) 
> *Boolean Types*
> FALSE
> NULL
> TRUE



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