You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Jonathan Coveney <jc...@gmail.com> on 2013/01/18 20:05:06 UTC

Review Request: Introduce a syntax to be able to easily refer to the previously defined relation

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9019/
-----------------------------------------------------------

Review request for pig.


Description
-------

See JIRA


This addresses bug PIG-3090.
    https://issues.apache.org/jira/browse/PIG-3090


Diffs
-----

  src/org/apache/pig/parser/AstValidator.g 8646078 
  src/org/apache/pig/parser/LogicalPlanBuilder.java 699f7a6 
  src/org/apache/pig/parser/LogicalPlanGenerator.g 9b9c099 
  src/org/apache/pig/parser/QueryLexer.g f201916 
  src/org/apache/pig/parser/QueryParser.g 642884e 
  test/org/apache/pig/test/TestCommit.java 7df409e 
  test/org/apache/pig/test/TestPreviousRelation.java PRE-CREATION 

Diff: https://reviews.apache.org/r/9019/diff/


Testing
-------


Thanks,

Jonathan Coveney


Re: Review Request: Introduce a syntax to be able to easily refer to the previously defined relation

Posted by Cheolsoo Park <ch...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/9019/#review15526
-----------------------------------------------------------



src/org/apache/pig/parser/AstValidator.g
<https://reviews.apache.org/r/9019/#comment33511>

    Java warning here:
    
    The serializable class  does not declare a static final serialVersionUID field of type long.


- Cheolsoo Park


On Jan. 18, 2013, 7:05 p.m., Jonathan Coveney wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/9019/
> -----------------------------------------------------------
> 
> (Updated Jan. 18, 2013, 7:05 p.m.)
> 
> 
> Review request for pig.
> 
> 
> Description
> -------
> 
> See JIRA
> 
> 
> This addresses bug PIG-3090.
>     https://issues.apache.org/jira/browse/PIG-3090
> 
> 
> Diffs
> -----
> 
>   src/org/apache/pig/parser/AstValidator.g 8646078 
>   src/org/apache/pig/parser/LogicalPlanBuilder.java 699f7a6 
>   src/org/apache/pig/parser/LogicalPlanGenerator.g 9b9c099 
>   src/org/apache/pig/parser/QueryLexer.g f201916 
>   src/org/apache/pig/parser/QueryParser.g 642884e 
>   test/org/apache/pig/test/TestCommit.java 7df409e 
>   test/org/apache/pig/test/TestPreviousRelation.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/9019/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Jonathan Coveney
> 
>