Nathaniel Langlois created CRUNCH-309:
-----------------------------------------
Summary: Cogroup4 throws ArrayIndexOutOfBoundsException
Key: CRUNCH-309
URL: https://issues.apache.org/jira/browse/CRUNCH-309
Project: Crunch
Issue Type: Bug
Components: Core
Affects Versions: 0.8.0
Reporter: Nathaniel Langlois
Assignee: Josh Wills
Cogroup.cogroup(int, PTable, PTable, PTable, PTable) calls a
Cogroup.cogroup(PType, TupleFactory, int, PTable, PTable...) helper, but it
does not include the 4th PTable parameter in the call. This causes an
ArrayIndexOutOfBoundsException when the TupleFactory.makeTuple(Object...)
implementation tries to read from the 4th value's index.
--
This message was sent by Atlassian JIRA
(v6.1#6144)