[
https://issues.apache.org/jira/browse/SQOOP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190844#comment-14190844
]
Sqoop QA bot commented on SQOOP-1639:
-------------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12678307/SQOOP-1639.0.patch
against branch sqoop2.
{color:red}Overall:{color} -1 due to an error
{color:red}ERROR:{color} Patch does not add/modifny any test case
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All tests passed
Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/497/console
This message is automatically generated.
> 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)