[
https://issues.apache.org/jira/browse/SQOOP-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230930#comment-14230930
]
Veena Basavaraj commented on SQOOP-1825:
----------------------------------------
one more question as I was trying to add more tests, currently the code sets
the value NULL only for String type. cannot other types be NULL?
{code}
private String escapeString(String orig) {
if (orig == null) {
return NULL_FIELD;
}
{code}
> Null representation in the Sqoop CSV format needs to be documented
> ------------------------------------------------------------------
>
> Key: SQOOP-1825
> URL: https://issues.apache.org/jira/browse/SQOOP-1825
> Project: Sqoop
> Issue Type: Sub-task
> Components: sqoop2-framework
> Reporter: Veena Basavaraj
> Fix For: 1.99.5
>
>
> What is the NULL equivalent representation in the SQOOP CSV ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)