[
https://issues.apache.org/jira/browse/SQOOP-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285101#comment-14285101
]
Sqoop QA bot commented on SQOOP-2021:
-------------------------------------
Testing file
[SQOOP-2021.patch|https://issues.apache.org/jira/secure/attachment/12693470/SQOOP-2021.patch]
against branch sqoop2 took 0:33:45.940821.
{color:red}Overall:{color} -1 due to 2 errors
{color:red}ERROR:{color} Some integration tests failed
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/962/artifact/patch-process/test_integration.txt])
{color:red}ERROR:{color} Failed integration test:
{{org.apache.sqoop.integration.connector.jdbc.generic.FromRDBMSToHDFSTest}}
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch add/modify test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All unit tests passed
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/962/console].
This message is automatically generated.
> GenericJDBCConnector stores string "null" for null objects ( It is a not
> according to the object format spec of sqoop IDF)
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: SQOOP-2021
> URL: https://issues.apache.org/jira/browse/SQOOP-2021
> Project: Sqoop
> Issue Type: Bug
> Reporter: Veena Basavaraj
> Assignee: Veena Basavaraj
> Priority: Blocker
> Fix For: 1.99.5
>
> Attachments: SQOOP-2021.patch
>
>
> public static final String SQL_NULL_VALUE = "null";
> {code}
> if(resultSet.getObject(i + 1) == null) {
> array[i] = GenericJdbcConnectorConstants.SQL_NULL_VALUE ;
> continue;
> }
> {code}
> a null should be object null and not STRING null
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)