order by on single field with user defined comparator fails
-----------------------------------------------------------
Key: PIG-402
URL: https://issues.apache.org/jira/browse/PIG-402
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Olga Natkovich
Fix For: types_branch
register udf.jar;
a = load 'data';
c = order a by $0 using MyOrderUDF();
store c into 'out',
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.