[
https://issues.apache.org/jira/browse/SQOOP-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Veena Basavaraj updated SQOOP-1703:
-----------------------------------
Attachment: SQOOP-1703.patch
> SQOOP2: rename Type to Column Type+ 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)