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

Alan Gates reassigned PIG-1092:
-------------------------------

    Assignee: Xuefu Zhang

> Pig Latin Parser fails to recognize "\n" as a whitespace
> --------------------------------------------------------
>
>                 Key: PIG-1092
>                 URL: https://issues.apache.org/jira/browse/PIG-1092
>             Project: Pig
>          Issue Type: Bug
>          Components: grunt
>         Environment: RHEL linux
>            Reporter: Yang Yang
>            Assignee: Xuefu Zhang
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> the following pig latin script fails to parse
> a = load 'input_file' as
> ( field1 : int );
> note that there is no char after the "as", so there is only one "\n" char 
> between the "as" and "(" on the next line.
> adding a whitespace after "as" solves it.

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

Reply via email to