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

Reply via email to