[ https://issues.apache.org/jira/browse/SQOOP-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232662#comment-14232662
]
Sqoop QA bot commented on SQOOP-1830:
-------------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12684825/SQOOP-1830.patch against branch
sqoop2.
{color:red}Overall:{color} -1 due to 2 errors
{color:red}ERROR:{color} Some integration tests failed
{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} Patch compiled
{color:green}SUCCESS:{color} All unit tests passed
Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/694/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: Sub-task
> 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)
|