Hi Eli,
Can you please open a new jira as the root cause might be something
different ?
Can you add instructions on how to reproduce the issue ? You can link
this jira to the PIG-1131.
Thanks,
Thejas
On 9/16/11 8:04 AM, Eli Finkelshteyn wrote:
Hi,
When doing an inner join on a column where some values are NULL, I get
the following error:
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
I can fix this by simply filtering out the NULL values in a separate
step before joining, but the current behavior doesn't sound right to me,
so I wanted to ask here before I do that. What's happening now sounds a
lot like this:
https://issues.apache.org/jira/browse/PIG-1131
That bug was fixed on PIG 0.7, and I'm using PIG 0.8.1, so I'm trying to
decide whether I should reopen it, or whether this is something else.
Ideas?
Eli