[jira] Commented: (PIG-1153) [zebra] spliting columns at different levels in a complex record column into different column groups throws exception

2009-12-22 Thread Chao Wang (JIRA)

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

Chao Wang commented on PIG-1153:


Patch reviewed. +1

 [zebra] spliting columns at different levels in a complex record column into 
 different column groups throws exception
 -

 Key: PIG-1153
 URL: https://issues.apache.org/jira/browse/PIG-1153
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Xuefu Zhang
Assignee: Yan Zhou
 Attachments: PIG-1153.patch, PIG-1153.patch


 The following code sample:
   String strSch = r1:record(f1:int, f2:int), r2:record(f5:int, 
 r3:record(f3:float, f4));
   String strStorage = [r1.f1, r2.r3.f3, r2.f5]; [r1.f2, r2.r3.f4];
   Partition p = new Partition(schema.toString(), strStorage, null);
 gives the following exception:
 org.apache.hadoop.zebra.parser.ParseException: Different Split Types Set 
 on the same field: r2.f5

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



[jira] Commented: (PIG-1153) [zebra] spliting columns at different levels in a complex record column into different column groups throws exception

2009-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on PIG-1153:


+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12428683/PIG-1153.patch
  against trunk revision 893053.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 5 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/150/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/150/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/150/console

This message is automatically generated.

 [zebra] spliting columns at different levels in a complex record column into 
 different column groups throws exception
 -

 Key: PIG-1153
 URL: https://issues.apache.org/jira/browse/PIG-1153
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Xuefu Zhang
Assignee: Yan Zhou
 Attachments: PIG-1153.patch, PIG-1153.patch


 The following code sample:
   String strSch = r1:record(f1:int, f2:int), r2:record(f5:int, 
 r3:record(f3:float, f4));
   String strStorage = [r1.f1, r2.r3.f3, r2.f5]; [r1.f2, r2.r3.f4];
   Partition p = new Partition(schema.toString(), strStorage, null);
 gives the following exception:
 org.apache.hadoop.zebra.parser.ParseException: Different Split Types Set 
 on the same field: r2.f5

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



[jira] Commented: (PIG-1153) [zebra] spliting columns at different levels in a complex record column into different column groups throws exception

2009-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on PIG-1153:


-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12428513/PIG-1153.patch
  against trunk revision 892416.

+1 @author.  The patch does not contain any @author tags.

+1 tests included.  The patch appears to include 2 new or modified tests.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

-1 core tests.  The patch failed core unit tests.

+1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/147/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/147/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/147/console

This message is automatically generated.

 [zebra] spliting columns at different levels in a complex record column into 
 different column groups throws exception
 -

 Key: PIG-1153
 URL: https://issues.apache.org/jira/browse/PIG-1153
 Project: Pig
  Issue Type: Bug
  Components: impl
Affects Versions: 0.7.0
Reporter: Xuefu Zhang
Assignee: Yan Zhou
 Attachments: PIG-1153.patch


 The following code sample:
   String strSch = r1:record(f1:int, f2:int), r2:record(f5:int, 
 r3:record(f3:float, f4));
   String strStorage = [r1.f1, r2.r3.f3, r2.f5]; [r1.f2, r2.r3.f4];
   Partition p = new Partition(schema.toString(), strStorage, null);
 gives the following exception:
 org.apache.hadoop.zebra.parser.ParseException: Different Split Types Set 
 on the same field: r2.f5

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