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
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.