Describe Bug
------------
Key: PIG-268
URL: https://issues.apache.org/jira/browse/PIG-268
Project: Pig
Issue Type: Bug
Reporter: Amir Youssefi
Priority: Trivial
Priority: Trivial
grunt> a = load 'test.txt' as (x,y) ;
grunt> b = filter a by x eq 'abc';
grunt> describe a;
a: (x, y )
grunt> describe b;
b: (x, y )
grunt> describe a;
b: (x, y )
last one is describe a but gives b: (x, y )
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.