[
https://issues.apache.org/jira/browse/PIG-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated PIG-301:
---------------------------
Attachment: orderdesc.patch
This patch provides raw comparators for pig types so that we can handle order
by descending. It uses hadoop's RawComparator interface, because these raw
comparators can also implement Configurable. The ascending/descending array is
passed in the JobConf and then deserialized in the setConf call.
Much of the work of this patch was actually done by Santhosh.
> ORDER BY DESC doesn't work at all
> ---------------------------------
>
> Key: PIG-301
> URL: https://issues.apache.org/jira/browse/PIG-301
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Pi Song
> Assignee: Alan Gates
> Priority: Critical
> Fix For: types_branch
>
> Attachments: orderdesc.patch
>
>
> I have committed TestOrderBy2.java. Please run and look at the log file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.