[
https://issues.apache.org/jira/browse/SQOOP-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286960#comment-14286960
]
Sqoop QA bot commented on SQOOP-2021:
-------------------------------------
Testing file
[SQOOP-2021-V1.patch|https://issues.apache.org/jira/secure/attachment/12693807/SQOOP-2021-V1.patch]
against branch sqoop2 took 0:37:45.906319.
{color:green}Overall:{color} +1 all checks pass
{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
{color:green}SUCCESS:{color} All integration tests passed
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/974/console].
This message is automatically generated.
> Sqoop2: Generic JDBC Connector extractor uses wrong nulls
> ---------------------------------------------------------
>
> 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-V1.patch, 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)