Pig does not do type checking on a per statement basis
------------------------------------------------------

                 Key: PIG-386
                 URL: https://issues.apache.org/jira/browse/PIG-386
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: types_branch
            Reporter: Shravan Matthur Narayanamurthy
            Priority: Critical
             Fix For: types_branch


Currently though Pig has a type checker it is not called with every query 
registration. Instead, the system waits till there is a dump or store. I think 
its not in line with the philosophy of catching errors early. Instead of the 
typechecking happening in the execute method, it should happen in registerQuery 
and the execute method should expect a type checked plan.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to