You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Veena Basavaraj (JIRA)" <ji...@apache.org> on 2014/11/12 22:25:34 UTC

[jira] [Comment Edited] (SQOOP-1707) SQOOP2: Address the validate method in Column class

    [ https://issues.apache.org/jira/browse/SQOOP-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208726#comment-14208726 ] 

Veena Basavaraj edited comment on SQOOP-1707 at 11/12/14 9:25 PM:
------------------------------------------------------------------

[~hshreedharan]
Pardon my limited understanding it might be on this.

So we have a Column class that represents the "type", "name" and other attributes on this field.

the IDF holds this schema and uses it to convert the data from say relational schema to this "object" schema representation. 

So what does validation example for something like Text or something like Array look like?


was (Author: vybs):
Pardon my limited understanding it might be on this.

So we have a Column class that represents the "type", "name" and other attributes on this field.

the IDF holds this schema and uses it to convert the data from say relational schema to this "object" schema representation. 

So what does validation example for something like Text or something like Array look like?

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