You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Colin Ma (JIRA)" <ji...@apache.org> on 2016/02/15 03:44:18 UTC

[jira] [Updated] (SQOOP-2838) Sqoop2: Add new schema object for the Clob

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

Colin Ma updated SQOOP-2838:
----------------------------
    Issue Type: Improvement  (was: Sub-task)
        Parent:     (was: SQOOP-2059)

> Sqoop2: Add new schema object for the Clob
> ------------------------------------------
>
>                 Key: SQOOP-2838
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2838
>             Project: Sqoop
>          Issue Type: Improvement
>            Reporter: Colin Ma
>            Assignee: Colin Ma
>             Fix For: 1.99.7
>
>
> When extract the data from database, the following code segment will be used to transform {{Clob}} into {{String}}:
> {code}
> Clob clob = resultSet.getClob(i + 1);
> array[i] = clob.getSubString(1, (int)clob.length());
> {code}
> Add new schema object for the {{Clob}} to deal with this specific situation.



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