You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pi Song (JIRA)" <ji...@apache.org> on 2008/06/19 01:11:47 UTC

[jira] Resolved: (PIG-275) Grunt fails when it encounter comment inside comment

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

Pi Song resolved PIG-275.
-------------------------

    Resolution: Won't Fix

> Grunt fails when it encounter comment inside comment
> ----------------------------------------------------
>
>                 Key: PIG-275
>                 URL: https://issues.apache.org/jira/browse/PIG-275
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Pi Song
>            Priority: Minor
>
> This will fail:-
> {code}
> /*
>    
>     /*
> 	This is inner comment
>     */
> */
> A = LOAD 'xyz' ;
> {code}
> We can fix this by changing the way we handle comments in the parser.

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