[jira] [Commented] (PIG-2038) Pig fails to parse empty tuple/map/bag constant

2011-05-09 Thread Xuefu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030888#comment-13030888
 ] 

Xuefu Zhang commented on PIG-2038:
--

Unit test passed. Test-patch run:

 [exec] +1 @author.  The patch does not contain any @author tags.
 [exec]
 [exec] +1 tests included.  The patch appears to include 6 new or 
modified tests.
 [exec]
 [exec] +1 javadoc.  The javadoc tool did not generate any warning 
messages.
 [exec]
 [exec] +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
 [exec]
 [exec] +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
 [exec]
 [exec] +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.


 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

 Attachments: PIG-2038.patch


 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


[jira] [Commented] (PIG-2038) Pig fails to parse empty tuple/map/bag constant

2011-05-09 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030949#comment-13030949
 ] 

Thejas M Nair commented on PIG-2038:


+1

 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

 Attachments: PIG-2038.patch


 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


[jira] [Commented] (PIG-2038) Pig fails to parse empty tuple/map/bag constant

2011-05-09 Thread Xuefu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/PIG-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030965#comment-13030965
 ] 

Xuefu Zhang commented on PIG-2038:
--

Patch is committed to both trunk and 0.9.0.

 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

 Attachments: PIG-2038.patch


 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