PERFORMANCE: delay type conversion
----------------------------------
Key: PIG-410
URL: https://issues.apache.org/jira/browse/PIG-410
Project: Pig
Issue Type: Improvement
Reporter: Olga Natkovich
Currently, any time user declares types for loaded data, we insert a generate
after the load to produce data of the right type. It would be more efficient to
daley conversion to the point where each individual field is used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.