You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2010/06/29 03:17:49 UTC

[jira] Updated: (PIG-1139) [zebra] Encapsulation of check of ZebraSortInfo by a Zebra reader; the check by a writer could be better encapsulated

     [ https://issues.apache.org/jira/browse/PIG-1139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-1139:
--------------------------------

    Fix Version/s:     (was: 0.8.0)

> [zebra] Encapsulation of check of ZebraSortInfo by a Zebra reader; the check by a writer could be better encapsulated
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1139
>                 URL: https://issues.apache.org/jira/browse/PIG-1139
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.6.0
>            Reporter: Yan Zhou
>            Priority: Minor
>
> Currently the user's ZebraSortInfo by Map/Reduce's writer, namely, the BasicTableOutputFormat.setStorageInfo, is sanity checked by the SortInfo.parse(), although the sanity check could be all performed in that method taking a ZebraSortInfo object.
> But the sanity check at the reader side is totally by the caller of TableInputFormat.requireSortedTable method, which should be better encapsulated into a new SortInfo's method.

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