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

Richard Ding commented on PIG-1931:
-----------------------------------

test-patch result:

{code}
     [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 30 new or 
modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec] 
     [exec]     -1 javac.  The applied patch generated 941 javac compiler 
warnings (more than the trunk's current 884 warnings).
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec] 
     [exec]     -1 release audit.  The applied patch generated 550 release 
audit warnings (more than the trunk's current 548 warnings).
{code}

Release audit warnings are html related.

> Integrate Macro Expansion with New Parser
> -----------------------------------------
>
>                 Key: PIG-1931
>                 URL: https://issues.apache.org/jira/browse/PIG-1931
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.9.0
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.9.0
>
>         Attachments: PIG-1931_1.patch, PIG-1931_2.patch
>
>
> Currently Macro expansion is implemented as a preprocessor (PIG-1793) so that 
> it can work with the old parser. Now the new parser replaced old parser in 
> trunk and we can integrate macro expansion into the new parser. This has many 
> advantages such as better error reporting, less code and making Macro part of 
> Pig Latin.
> To aid debugging, Pig command line option -r (dryrun) will produce a script 
> with expanded macros (in addition to the script with substituted parameters).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to