You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2014/11/10 23:56:34 UTC

[jira] [Updated] (SQOOP-1703) Sqoop2: rename Type to Column Type + size to length + minor doc fixes

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

Abraham Elmahrek updated SQOOP-1703:
------------------------------------
    Summary: Sqoop2: rename Type to Column Type + size to length + minor doc fixes  (was: SQOOP2: rename Type to Column Type + size to length + minor doc fixes)

> Sqoop2: rename Type to Column Type + size to length + minor doc fixes
> ---------------------------------------------------------------------
>
>                 Key: SQOOP-1703
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1703
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-framework
>            Reporter: Veena Basavaraj
>            Assignee: Veena Basavaraj
>             Fix For: 1.99.5
>
>         Attachments: SQOOP-1703.patch
>
>
> {code}
> /**
>  * All data types supported by Sqoop.
>  */
> public enum Type {
>   ARRAY,
>   BINARY,
>   BIT,
>   DATE,
>   DATE_TIME,
>   DECIMAL,
>   ENUM,
>   FIXED_POINT,
>   FLOATING_POINT,
>   MAP,
>   SET,
>   TEXT,
>   TIME,
>   UNSUPPORTED,
>   ;
> }
> {code}
> this infact represent the column type in the abstract base class {code} Column{code}, Make it obvious.



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