explain plan throws out exception 
----------------------------------

                 Key: PIG-1202
                 URL: https://issues.apache.org/jira/browse/PIG-1202
             Project: Pig
          Issue Type: Bug
            Reporter: Ying He


run the following script

a = load 's/part*' as (id:int, f:chararray);
b = load 's/part*' as (id:int, f:chararray);
c = join a by id, b by id;
d = filter c by a::f == 'apple';
explain d;

got error message:
ERROR 1067: Unable to explain alias d

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

Reply via email to