You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/02/06 00:13:14 UTC

[jira] [Created] (PIG-3162) PigTest.assertOutput doesn't allow non-default delimiter

Cheolsoo Park created PIG-3162:
----------------------------------

             Summary: PigTest.assertOutput doesn't allow non-default delimiter
                 Key: PIG-3162
                 URL: https://issues.apache.org/jira/browse/PIG-3162
             Project: Pig
          Issue Type: Bug
          Components: tools
    Affects Versions: 0.11
            Reporter: Cheolsoo Park
            Priority: Minor


{{PigTest.assertInput(String aliasInput, String[] input, String alias, String[] expected)}} assumes that the default delimiter is used (i.e. tab char) in input data.
{code:title=TestPig.java}
override(aliasInput, String.format(
    "%s = LOAD '%s' AS %s;", aliasInput, destination, sb.toString()));
{code}
But it will be useful to be able to use a non-default delimiter. For example, here is an email from the user mailing list:
http://search-hadoop.com/m/Pxcfq1TrnIb/PigUnit+test+for+script+with+non-default+PigStorage+delimiter&subj=PigUnit+test+for+script+with+non+default+PigStorage+delimiter

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