ARITY and SIZE function produce wrong value for tuples
------------------------------------------------------
Key: PIG-559
URL: https://issues.apache.org/jira/browse/PIG-559
Project: Pig
Issue Type: Bug
Reporter: Olga Natkovich
Assignee: Olga Natkovich
As Santhosh pointed out the problem is that instead of taking the first element
of the input tuple and applying size to it, the code just applices the size to
the input tuple which is always 1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.