[
https://issues.apache.org/jira/browse/SQOOP-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Jarcec Cecho resolved SQOOP-653.
--------------------------------------
Resolution: Duplicate
> Add splitter support for N(LONG)(VAR)CHAR Sql type
> --------------------------------------------------
>
> Key: SQOOP-653
> URL: https://issues.apache.org/jira/browse/SQOOP-653
> Project: Sqoop
> Issue Type: Improvement
> Affects Versions: 1.4.2
> Reporter: Jarek Jarcec Cecho
> Assignee: Linden Hillenbrand
> Labels: newbie
>
> Sqoop currently do not support splitting data on N(LONG)(VAR)CHAR column
> types. We're however supporting splitting on (LONG)(VAR)CHAR using
> TextSplitter:
> {code}
> case Types.CHAR:
> case Types.VARCHAR:
> case Types.LONGVARCHAR:
> return new TextSplitter();
> {code}
> I believe that adding support of N(LONG)(VAR)CHAR splitter could be only
> matter of adding appropriate cases into this code snippet, but such addition
> must be properly tested.
--
This message was sent by Atlassian JIRA
(v6.2#6252)