[
https://issues.apache.org/jira/browse/SQOOP-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205732#comment-14205732
]
ASF subversion and git services commented on SQOOP-1703:
--------------------------------------------------------
Commit fe5d615bf10eed939985e39f06c23584250d9829 in sqoop's branch
refs/heads/sqoop2 from [~abec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=fe5d615 ]
SQOOP-1703: Sqoop2: rename Type to Column Type + size to length + minor doc
fixes
(Veena Basavaraj via Abraham Elmahrek)
> 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, 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)