[
https://issues.apache.org/jira/browse/SQOOP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190914#comment-14190914
]
Hudson commented on SQOOP-1639:
-------------------------------
FAILURE: Integrated in Sqoop2-hadoop100 #636 (See
[https://builds.apache.org/job/Sqoop2-hadoop100/636/])
SQOOP-1639: Sqoop2: CLOB data type wrong type (abraham:
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=8a7d950ceec780cd8096689003590e1d3a071c74)
*
connector/connector-generic-jdbc/src/main/java/org/apache/sqoop/connector/jdbc/util/SqlTypesUtils.java
> 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: Gwen Shapira
> Labels: newbie
> Fix For: 1.99.4
>
> Attachments: SQOOP-1639.0.patch
>
>
> 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)