[jira] Updated: (PIG-1604) 'relation as scalar' does not work with complex types

2010-09-10 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated PIG-1604:
---

Fix Version/s: 0.8.0
Affects Version/s: 0.8.0

 'relation as scalar' does not work with complex types 
 --

 Key: PIG-1604
 URL: https://issues.apache.org/jira/browse/PIG-1604
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Thejas M Nair
 Fix For: 0.8.0


 Statement such as 
 sclr = limit b 1;
 d = foreach a generate name, age/(double)sclr.mapcol#'it' as some_sum;
 Results in the following parse error:
  ERROR 1000: Error during parsing. Non-atomic field expected but found atomic 
 field

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



[jira] Updated: (PIG-1604) 'relation as scalar' does not work with complex types

2010-09-10 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated PIG-1604:
---

Status: Patch Available  (was: Open)

 'relation as scalar' does not work with complex types 
 --

 Key: PIG-1604
 URL: https://issues.apache.org/jira/browse/PIG-1604
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Fix For: 0.8.0

 Attachments: PIG-1604.1.patch


 Statement such as 
 sclr = limit b 1;
 d = foreach a generate name, age/(double)sclr.mapcol#'it' as some_sum;
 Results in the following parse error:
  ERROR 1000: Error during parsing. Non-atomic field expected but found atomic 
 field

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



[jira] Updated: (PIG-1604) 'relation as scalar' does not work with complex types

2010-09-10 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated PIG-1604:
---

Attachment: PIG-1604.1.patch

Patch passes unit tests. Pasting result of test-patch -
 [exec] +1 overall.
 [exec]
 [exec] +1 @author.  The patch does not contain any @author tags.
 [exec]
 [exec] +1 tests included.  The patch appears to include 3 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.


 'relation as scalar' does not work with complex types 
 --

 Key: PIG-1604
 URL: https://issues.apache.org/jira/browse/PIG-1604
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Fix For: 0.8.0

 Attachments: PIG-1604.1.patch


 Statement such as 
 sclr = limit b 1;
 d = foreach a generate name, age/(double)sclr.mapcol#'it' as some_sum;
 Results in the following parse error:
  ERROR 1000: Error during parsing. Non-atomic field expected but found atomic 
 field

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



[jira] Updated: (PIG-1604) 'relation as scalar' does not work with complex types

2010-09-10 Thread Thejas M Nair (JIRA)

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

Thejas M Nair updated PIG-1604:
---

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

Patch committed to 0.8 branch and trunk.


 'relation as scalar' does not work with complex types 
 --

 Key: PIG-1604
 URL: https://issues.apache.org/jira/browse/PIG-1604
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
 Fix For: 0.8.0

 Attachments: PIG-1604.1.patch


 Statement such as 
 sclr = limit b 1;
 d = foreach a generate name, age/(double)sclr.mapcol#'it' as some_sum;
 Results in the following parse error:
  ERROR 1000: Error during parsing. Non-atomic field expected but found atomic 
 field

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