[jira] Updated: (PIG-1445) Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented

2010-07-27 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1445:


  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

Run unit test manually and all pass. Patch committed. 

 Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented 
 --

 Key: PIG-1445
 URL: https://issues.apache.org/jira/browse/PIG-1445
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Daniel Dai
Assignee: Daniel Dai
 Fix For: 0.8.0

 Attachments: PIG-1445-1.patch


 The following script fail due to ERROR 2013: Moving LOLimit in front of 
 LOStream is not implemented.
 {code}
 A = LOAD 'data';
 B = STREAM A THROUGH `stream.pl`;
 C = LIMIT B 10;
 explain C;
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1445) Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented

2010-06-09 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1445:


Attachment: PIG-1445-1.patch

We should not push LOLimit in front of LOStream. Attach patch.

 Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented 
 --

 Key: PIG-1445
 URL: https://issues.apache.org/jira/browse/PIG-1445
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Daniel Dai
Assignee: Daniel Dai
 Fix For: 0.8.0

 Attachments: PIG-1445-1.patch


 The following script fail due to ERROR 2013: Moving LOLimit in front of 
 LOStream is not implemented.
 {code}
 A = LOAD 'data';
 B = STREAM A THROUGH `stream.pl`;
 C = LIMIT B 10;
 explain C;
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1445) Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented

2010-06-09 Thread Daniel Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Dai updated PIG-1445:


Status: Patch Available  (was: Open)

 Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented 
 --

 Key: PIG-1445
 URL: https://issues.apache.org/jira/browse/PIG-1445
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Daniel Dai
Assignee: Daniel Dai
 Fix For: 0.8.0

 Attachments: PIG-1445-1.patch


 The following script fail due to ERROR 2013: Moving LOLimit in front of 
 LOStream is not implemented.
 {code}
 A = LOAD 'data';
 B = STREAM A THROUGH `stream.pl`;
 C = LIMIT B 10;
 explain C;
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.