You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2008/05/02 06:50:55 UTC

[jira] Updated: (PIG-227) Minor irritants in parsing input/output specs for streaming command in the define clause

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

Arun C Murthy updated PIG-227:
------------------------------

    Attachment: PIG-227_0_20080501.patch

Straight-forward fix to the QueryParser to handle the aforementioned cases...

> Minor irritants in parsing input/output specs for streaming command in the define clause
> ----------------------------------------------------------------------------------------
>
>                 Key: PIG-227
>                 URL: https://issues.apache.org/jira/browse/PIG-227
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Arun C Murthy
>            Assignee: Arun C Murthy
>         Attachments: PIG-227_0_20080501.patch
>
>
> Currently the following throw syntax errors:
> 1. define CMD `blah` input(stdin using PigStorage)
>  -> Expects *PigStorage()*
> 2. define CMD `blah` input(stdin)
>  -> Expects a 'using' clause.
> Should be straight-forward fix to the parser...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.