[ 
https://issues.apache.org/jira/browse/SQOOP-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Abraham Elmahrek resolved SQOOP-1343.
-------------------------------------

    Resolution: Won't Fix

In favor of validation refactoring seen in SQOOP-1439 and SQOOP-1440.

> Sqoop2: Provide validation utilities
> ------------------------------------
>
>                 Key: SQOOP-1343
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1343
>             Project: Sqoop
>          Issue Type: Sub-task
>            Reporter: Abraham Elmahrek
>
> Instead of:
> {code}
>     if(input.inputDirectory == null || input.inputDirectory.isEmpty()) {
>       validation.addMessage(Status.UNACCEPTABLE, "input", "inputDirectory", 
> "Input directory is empty");
>     }
> {code}
> It would be nice to reuse logic:
> {code}
> validation.checkNotNullOrBlank(input.inputDirectory, Status.UNACCEPTABLE, 
> "input", "inputDirectory", "Input directory is empty");
> {code}
> Or something similar.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to