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/10 23:16:34 UTC

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

Veena Basavaraj created SQOOP-1707:
--------------------------------------

             Summary: 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
            Reporter: Veena Basavaraj


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