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

2010-06-28 Thread Olga Natkovich (JIRA)

 [ 
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.



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

2010-02-09 Thread Jay Tang (JIRA)

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

Jay Tang updated PIG-1139:
--

Fix Version/s: (was: 0.7.0)
   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
> Fix For: 0.8.0
>
>
> 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.