replace use of TupleFactory.newTupleNoCopy(List) with newTuple(List) in some of
the physical operators
------------------------------------------------------------------------------------------------------
Key: PIG-1907
URL: https://issues.apache.org/jira/browse/PIG-1907
Project: Pig
Issue Type: Improvement
Affects Versions: 0.9.0
Reporter: Thejas M Nair
Fix For: 0.9.0
POProject has a call to newTuple(List) which can be replaced with
newTupleNoCopy(List), to avoid copying the list of objects. Some other PO*
classes that use newTuple(List) also seem to be candidates for this change.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira