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

Sqoop QA bot commented on SQOOP-1830:
-------------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12684918/SQOOP-1830.patch 
against branch sqoop2.

{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} Patch compiled
{color:green}SUCCESS:{color} All unit tests passed
{color:green}SUCCESS:{color} All integration tests passed

Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/695/console

This message is automatically generated.

> GenericJdBcExtractor does not create java date objects when extracting
> ----------------------------------------------------------------------
>
>                 Key: SQOOP-1830
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1830
>             Project: Sqoop
>          Issue Type: Bug
>          Components: sqoop2-framework
>            Reporter: Veena Basavaraj
>            Assignee: Veena Basavaraj
>             Fix For: 1.99.5
>
>         Attachments: SQOOP-1830.patch
>
>
> {code} 
> for (int i = 0; i< column; i++) {
>           array[i] = resultSet.getObject(i + 1) == null ? 
> GenericJdbcConnectorConstants.SQL_NULL_VALUE
>               : resultSet.getObject(i + 1);
>         }
>         
> {code}



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

Reply via email to