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