You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2014/10/29 20:42:34 UTC

[jira] [Commented] (SQOOP-1639) Sqoop2: CLOB data type wrong type

    [ https://issues.apache.org/jira/browse/SQOOP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14188867#comment-14188867 ] 

Gwen Shapira commented on SQOOP-1639:
-------------------------------------

We need both CLOB and TEXT, right? to support different databases. There's no standard for data type names AFAIK.

> Sqoop2: CLOB data type wrong type
> ---------------------------------
>
>                 Key: SQOOP-1639
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1639
>             Project: Sqoop
>          Issue Type: Bug
>          Components: sqoop2-framework
>    Affects Versions: 1.99.3
>            Reporter: Abraham Elmahrek
>            Assignee: Abraham Elmahrek
>             Fix For: 1.99.4
>
>
> The following is incorrect (SqlTypesUtils.java):
> {code}
>       case Types.CLOB:
>       case Types.FLOAT:
>       case Types.REAL:
>       case Types.DOUBLE:
>         return new FloatingPoint();
> {code}
> CLOB should be Text.



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