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 2011/04/07 01:18:05 UTC

[jira] [Created] (PIG-1969) Typechecking warnings are no longer displayed

Typechecking warnings are no longer displayed
---------------------------------------------

                 Key: PIG-1969
                 URL: https://issues.apache.org/jira/browse/PIG-1969
             Project: Pig
          Issue Type: Bug
            Reporter: Olga Natkovich
            Assignee: Thejas M Nair
             Fix For: 0.9.0


Script:

a = load '/user/hadoopqa/pig/tests/data/singlefile/studenttab10k' as (name:chararray, age, gpa);
b = foreach a generate age + 1, gpa + 0.1f;
describe b;

In 0.8, we see the following warnings:

IMPLICIT_CAST_TO_FLOAT 1 time.*)|(Encountered Warning IMPLICIT_CAST_TO_FLOAT 1 time.*\n.*Encountered Warning
IMPLICIT_CAST_TO_INT 1 time.*)",

They are missing from 0.9

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (PIG-1969) Typechecking warnings are no longer displayed

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

Thejas M Nair resolved PIG-1969.
--------------------------------

    Resolution: Fixed

The warnings are being printed in trunk.


> Typechecking warnings are no longer displayed
> ---------------------------------------------
>
>                 Key: PIG-1969
>                 URL: https://issues.apache.org/jira/browse/PIG-1969
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>            Assignee: Thejas M Nair
>             Fix For: 0.9.0
>
>
> Script:
> a = load '/user/hadoopqa/pig/tests/data/singlefile/studenttab10k' as (name:chararray, age, gpa);
> b = foreach a generate age + 1, gpa + 0.1f;
> describe b;
> In 0.8, we see the following warnings:
> IMPLICIT_CAST_TO_FLOAT 1 time.*)|(Encountered Warning IMPLICIT_CAST_TO_FLOAT 1 time.*\n.*Encountered Warning
> IMPLICIT_CAST_TO_INT 1 time.*)",
> They are missing from 0.9

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira