Pig fails to parse empty tuple/map/bag constant
-----------------------------------------------

                 Key: PIG-2038
                 URL: https://issues.apache.org/jira/browse/PIG-2038
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Xuefu Zhang
            Assignee: Xuefu Zhang
             Fix For: 0.9.0


Pig fails to parse the following query:

a = foreach (load 'b') generate ();
store a into 'output';

Error msg: Failed to parse: null

Similar problem occurs for empty bag/map constant.

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

Reply via email to