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 Fine (JIRA)" <ji...@apache.org> on 2016/07/28 00:13:23 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 ]

Abraham Fine updated SQOOP-2838:
--------------------------------
    Fix Version/s:     (was: 1.99.7)
                   1.99.8

> 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.8
>
>         Attachments: SQOOP-2838.patch, SQOOP-2838.patch
>
>
> 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)