[
https://issues.apache.org/jira/browse/PIG-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605956#action_12605956
]
Sam Pullara commented on PIG-275:
---------------------------------
This has always been illegal for C-style comments... at least in C, C++ and
Java. Do we really need to support it?
> 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.