Hari Shreedharan created SQOOP-1119:
---------------------------------------

             Summary: Sqoop2: Add validation to Sqoop data types
                 Key: SQOOP-1119
                 URL: https://issues.apache.org/jira/browse/SQOOP-1119
             Project: Sqoop
          Issue Type: Bug
            Reporter: Hari Shreedharan


Sqoop data types currently do not have a validation mechanism. We should have 
something like:
{code}
boolean validate(Object o);
{code}

If o is not a valid instance of that type or cannot be parsed to that type 
(maybe have a version of the method that takes a String), then return false.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to