InternalSortedBag two-arg constructor doesn't pass bagCount
-----------------------------------------------------------
Key: PIG-2214
URL: https://issues.apache.org/jira/browse/PIG-2214
Project: Pig
Issue Type: Bug
Reporter: Stephen Allen
Priority: Minor
Attachments: PIG-2214-r1156390.patch
The InternalSortedBag(int bagCount, Comparator<Tuple> comp) constructor doesn't
properly pass bagCount to the three-arg constructor.
Fixing this issue may have an effect on POSort.java line 268 which uses the
two-arg constructor but the specified bagCount (3) is being ignored and the
default (1) is used instead.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira