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

Benjamin Reed commented on PIG-275:
-----------------------------------

-1 I agree with Sam. Nested comments are cool, but we should really follow C, 
C++, and Java on this one and not support nesting.

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

Reply via email to