[jira] [Created] (PIG-1940) Pig should support counters via stderr in streaming

2011-03-28 Thread Alex Kozlov (JIRA)
Pig should support counters via stderr in streaming --- Key: PIG-1940 URL: https://issues.apache.org/jira/browse/PIG-1940 Project: Pig Issue Type: Improvement Components: impl

[jira] [Commented] (PIG-1758) Deep cast of complex type

2011-03-28 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012237#comment-13012237 ] Alan Gates commented on PIG-1758: - bq. LoadCaster interface provides methods to cast complex

[jira] [Commented] (PIG-1758) Deep cast of complex type

2011-03-28 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012133#comment-13012133 ] Alan Gates commented on PIG-1758: - I have some concerns on this. I want to review it more c

transform sql to pig

2011-03-28 Thread hiba houimli
Hi, I like to know how I can transform a query sql to a script pig especially when I have a query like that : selectp_brand,p_type,p_size,count(distinct ps_suppkey) as supplier_cntfrompartsupp,partwherep_partkey = ps_partkeyand p_brand <> '[BRAND]'and p_type not like '[TYPE]%'and p_size in ([S

Re: Review Request: New logical plan fails when I have complex data types from udf

2011-03-28 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/526/ --- (Updated 2011-03-26 22:56:05.830561) Review request for pig and thejas. Summary

Re: Review Request: New logical plan fails when I have complex data types from udf

2011-03-28 Thread thejas . nair
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/526/#review354 --- Ship it! +1 - thejas On 2011-03-25 11:51:15, Daniel Dai wrote: > >

Re: Review Request: Dereference partial name failed

2011-03-28 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/525/ --- (Updated 2011-03-26 22:15:57.207353) Review request for pig and Xuefu Zhang. Su

Review Request: New logical plan fails when I have complex data types from udf

2011-03-28 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/526/ --- Review request for pig and thejas. Summary --- The new logical plan fails wh

Review Request: Dereference partial name failed

2011-03-28 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/525/ --- Review request for pig and Xuefu Zhang. Summary --- The following script fai

[jira] [Updated] (PIG-1693) support project-range expression. (was: There needs to be a way in foreach to indicate "and all the rest of the fields" )

2011-03-28 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1693: --- Release Note: Project-range ( '..' ) can be used to project a range of columns from input. For exampl

[jira] [Resolved] (PIG-1693) support project-range expression. (was: There needs to be a way in foreach to indicate "and all the rest of the fields" )

2011-03-28 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair resolved PIG-1693. Resolution: Fixed Release Note: Project-range ( '..' ) can be used to project a range of colum

[jira] [Created] (PIG-1939) order-by statement should support project-range to-end in any position among the sort columns if input schema is known

2011-03-28 Thread Thejas M Nair (JIRA)
order-by statement should support project-range to-end in any position among the sort columns if input schema is known -- Key: PIG-1939 URL: https:

[jira] [Updated] (PIG-1693) support project-range expression. (was: There needs to be a way in foreach to indicate "and all the rest of the fields" )

2011-03-28 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1693: --- Attachment: PIG-1693.2.patch PIG-1693.2.patch - addressing review comments. Unit tests pass. Test-patch

[jira] [Commented] (PIG-1693) support project-range expression. (was: There needs to be a way in foreach to indicate "and all the rest of the fields" )

2011-03-28 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012016#comment-13012016 ] Thejas M Nair commented on PIG-1693: bq. 3. An observation. ProjectExpression class seem

[jira] [Created] (PIG-1938) support project-range as udf argument

2011-03-28 Thread Thejas M Nair (JIRA)
support project-range as udf argument - Key: PIG-1938 URL: https://issues.apache.org/jira/browse/PIG-1938 Project: Pig Issue Type: Improvement Affects Versions: 0.9.0 Reporter: Thejas M Nai