You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/09/04 02:49:44 UTC

[jira] Created: (PIG-410) PERFORMANCE: delay type conversion

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.


[jira] Updated: (PIG-410) PERFORMANCE: delay type conversion

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-410:
-------------------------------

        Fix Version/s: types_branch
    Affects Version/s: types_branch

> PERFORMANCE: delay type conversion
> ----------------------------------
>
>                 Key: PIG-410
>                 URL: https://issues.apache.org/jira/browse/PIG-410
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>             Fix For: types_branch
>
>
> 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.