[ https://issues.apache.org/jira/browse/SQOOP-1298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941895#comment-13941895
]
Jarek Jarcec Cecho commented on SQOOP-1298:
-------------------------------------------
Small nit, would you mind cleaning up the trailing whitespace characters?
{code}
jarcec@Odie sqoop % git apply SQOOP-1298.patch
SQOOP-1298.patch:46: trailing whitespace.
public void testCloningTableWithVarbinaryDoesNotThrowNPE() throws SQLException,
SQOOP-1298.patch:47: trailing whitespace.
IOException, ClassNotFoundException, NoSuchMethodException,
SQOOP-1298.patch:48: trailing whitespace.
SecurityException, InstantiationException, IllegalAccessException,
SQOOP-1298.patch:75: trailing whitespace.
warning: 4 lines add whitespace errors.
{code}
Otherwise I'm +1.
> Cannot export to VARBINARY with null value
> ------------------------------------------
>
> Key: SQOOP-1298
> URL: https://issues.apache.org/jira/browse/SQOOP-1298
> Project: Sqoop
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.4.4
> Reporter: Mike Adamson
> Fix For: 1.4.5
>
> Attachments: SQOOP-1298.patch
>
>
> ClassWriter does not insert a null check for VARBINARY values being exported to the clone
method throws an NPE.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|