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

[jira] [Commented] (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=14208707#comment-14208707 ] 

Jarek Jarcec Cecho commented on SQOOP-1707:
-------------------------------------------

You've added this method [~hshreedharan], back in SQOOP-777. Do you by any chance remember the intention there? I believe that it was to verify that given object is indeed instance of given type (e.g. that we did not get String while expecting number), but I'm not entirely sure.

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