[jira] Updated: (PIG-918) [zebra] LOAD call will hang if only the first column group is queried

2009-09-01 Thread Raghu Angadi (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghu Angadi updated PIG-918:
-

Attachment: pig-zebra.patch

When you generate a patch with 'git diff' please use 'git diff --no-prefix' so 
that patch applies with 'patch -p0' command. I am updating the attached patch 
with this change.


 [zebra] LOAD call will hang if only the first column group is queried
 -

 Key: PIG-918
 URL: https://issues.apache.org/jira/browse/PIG-918
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Yan Zhou
 Fix For: 0.4.0

 Attachments: pig-zebra.patch, pig-zebra.patch


 Zebra's LOAD call with projections that only nclude column(s) in the first 
 column group will hang because an improper range of random numbers for index 
 to the array of column groups always skips the first element so that if all 
 other column groups are not used, the looping keeps running without a chance 
 to break.  

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



[jira] Updated: (PIG-918) [zebra] LOAD call will hang if only the first column group is queried

2009-09-01 Thread Raghu Angadi (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raghu Angadi updated PIG-918:
-

Affects Version/s: (was: 0.3.0)
   0.4.0

 [zebra] LOAD call will hang if only the first column group is queried
 -

 Key: PIG-918
 URL: https://issues.apache.org/jira/browse/PIG-918
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Yan Zhou
 Fix For: 0.4.0

 Attachments: pig-zebra.patch, pig-zebra.patch


 Zebra's LOAD call with projections that only nclude column(s) in the first 
 column group will hang because an improper range of random numbers for index 
 to the array of column groups always skips the first element so that if all 
 other column groups are not used, the looping keeps running without a chance 
 to break.  

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



[jira] Updated: (PIG-918) [zebra] LOAD call will hang if only the first column group is queried

2009-08-31 Thread Chao Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chao Wang updated PIG-918:
--


+1 for the fix.

 [zebra] LOAD call will hang if only the first column group is queried
 -

 Key: PIG-918
 URL: https://issues.apache.org/jira/browse/PIG-918
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Yan Zhou
 Fix For: 0.4.0

 Attachments: pig-zebra.patch


 Zebra's LOAD call with projections that only nclude column(s) in the first 
 column group will hang because an improper range of random numbers for index 
 to the array of column groups always skips the first element so that if all 
 other column groups are not used, the looping keeps running without a chance 
 to break.  

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



[jira] Updated: (PIG-918) [zebra] LOAD call will hang if only the first column group is queried

2009-08-12 Thread Yan Zhou (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yan Zhou updated PIG-918:
-

Affects Version/s: (was: 0.2.0)
   0.3.0
Fix Version/s: (was: 0.2.0)
   0.4.0

 [zebra] LOAD call will hang if only the first column group is queried
 -

 Key: PIG-918
 URL: https://issues.apache.org/jira/browse/PIG-918
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Yan Zhou
 Fix For: 0.4.0

 Attachments: pig-zebra.patch


 Zebra's LOAD call with projections that only nclude column(s) in the first 
 column group will hang because an improper range of random numbers for index 
 to the array of column groups always skips the first element so that if all 
 other column groups are not used, the looping keeps running without a chance 
 to break.  

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