You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2013/07/03 00:34:20 UTC

[jira] [Created] (SQOOP-1119) Sqoop2: Add validation to Sqoop data types

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