[ 
https://issues.apache.org/jira/browse/SQOOP-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Veena Basavaraj updated SQOOP-1830:
-----------------------------------
    Attachment: SQOOP-1830.patch

> 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)

Reply via email to