John Gordon created PIG-2797:
--------------------------------

             Summary: Tests should not create their own file URIs through 
string concatenation, should use Util.generateURI instead
                 Key: PIG-2797
                 URL: https://issues.apache.org/jira/browse/PIG-2797
             Project: Pig
          Issue Type: Sub-task
            Reporter: John Gordon


A number of pig tests create URIs via string concatenation when they are trying 
to load files with something like:

commandString = "load file:" + fileName + " using "...

This should just use the Util method generateURI to create the URI correctly in 
a cross-platform context.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to