[
https://issues.apache.org/jira/browse/SQOOP-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Veena Basavaraj updated SQOOP-2021:
-----------------------------------
Attachment: SQOOP-2021.patch
> 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)