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

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

    [ https://issues.apache.org/jira/browse/PIG-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571957#comment-13571957 ] 

Prashant Kommireddi commented on PIG-3162:
------------------------------------------

Cheolsoo, it would also be useful if Load/Store Func and associated delimiter (if any) is picked up from the pig script itself instead of specifying it manually?
                
> 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
>            Assignee: Johnny Zhang
>            Priority: Minor
>              Labels: newbie
>
> {{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