[
https://issues.apache.org/jira/browse/PIG-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606133#action_12606133
]
pi_song edited comment on PIG-275 at 6/18/08 4:10 PM:
------------------------------------------------------
It's not just cool but sometimes you may want to comment out a piece of code
that you have a comment on top of it.
If other languages don't support, then it's a good reason why we don't have to
support.
was (Author: pi_song):
It's not just cool but sometimes you may want to comment out a piece of
code that you have a comment on top of it.
It other languages don't support, then it's a good reason why we don't have to
support.
> 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.