[
https://issues.apache.org/jira/browse/SQOOP-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208781#comment-14208781
]
Veena Basavaraj commented on SQOOP-1707:
----------------------------------------
thanks Hari, this makes sense.
Complete validation is going to be hard. But in case of Array and Set, we store
the type of the elements in the array, so the type is not completely lost.
Also for Enum I would also store the set of possible values for the Enum, so
validation can be done
https://issues.apache.org/jira/browse/SQOOP-1716
> SQOOP2: Address the validate method in Column class
> ---------------------------------------------------
>
> Key: SQOOP-1707
> URL: https://issues.apache.org/jira/browse/SQOOP-1707
> Project: Sqoop
> Issue Type: Sub-task
> Components: sqoop2-framework
> Reporter: Veena Basavaraj
> Fix For: 1.99.5
>
>
> Another TODO::)
> {code}
> public boolean validate(Object o) {
> // TODO: Implement this in all subclasses!
> return true;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)