ORDER (x,y) gives syntax error ------------------------------ Key: PIG-524 URL: https://issues.apache.org/jira/browse/PIG-524 Project: Pig Issue Type: Bug Affects Versions: types_branch Reporter: Olga Natkovich Fix For: types_branch
In trunk, this is a valid notation A = load 'data' as (x, y z); B = order A by (x,y); However, new code only allows B = order A by x,y; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.