[jira] [Commented] (PIG-4724) GROUP ALL must create an output record in case there is no input

2015-11-03 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988012#comment-14988012 ] Prashant Kommireddi commented on PIG-4724: -- [~rohini] what are your thoughts on this? I'm not sure

[jira] [Created] (PIG-4724) GROUP ALL must create an output record in case there is no input

2015-11-03 Thread Prashant Kommireddi (JIRA)
Prashant Kommireddi created PIG-4724: Summary: GROUP ALL must create an output record in case there is no input Key: PIG-4724 URL: https://issues.apache.org/jira/browse/PIG-4724 Project: Pig

[jira] [Updated] (PIG-4724) GROUP ALL must create an output record in case there is no input

2015-11-03 Thread Prashant Kommireddi (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Kommireddi updated PIG-4724: - Description: {code} A = load 'data'; B = filter A by $0 == 'THIS_DOES_NOT_EXIST'; C =

[jira] [Updated] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Nathan Smith (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Smith updated PIG-4725: -- Attachment: PIG-4725.patch > Typo in FrontendException messages "Incompatable" >

[jira] [Updated] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Nathan Smith (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Smith updated PIG-4725: -- Priority: Trivial (was: Major) > Typo in FrontendException messages "Incompatable" >

[jira] [Created] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Nathan Smith (JIRA)
Nathan Smith created PIG-4725: - Summary: Typo in FrontendException messages "Incompatable" Key: PIG-4725 URL: https://issues.apache.org/jira/browse/PIG-4725 Project: Pig Issue Type: Bug

[jira] [Updated] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Nathan Smith (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Smith updated PIG-4725: -- Status: Patch Available (was: Open) > Typo in FrontendException messages "Incompatable" >

[jira] [Updated] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Nathan Smith (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Smith updated PIG-4725: -- Status: Open (was: Patch Available) > Typo in FrontendException messages "Incompatable" >

[jira] [Created] (PIG-4726) "Incompatable field schema" with MIN(datetime_field) and explicit output type

2015-11-03 Thread Nathan Smith (JIRA)
Nathan Smith created PIG-4726: - Summary: "Incompatable field schema" with MIN(datetime_field) and explicit output type Key: PIG-4726 URL: https://issues.apache.org/jira/browse/PIG-4726 Project: Pig

[jira] Subscription: PIG patch available

2015-11-03 Thread jira
Issue Subscription Filter: PIG patch available (27 issues) Subscriber: pigdaily Key Summary PIG-4684Exception should be changed to warning when job diagnostics cannot be fetched https://issues.apache.org/jira/browse/PIG-4684 PIG-4677Display failure information on

[jira] [Resolved] (PIG-4725) Typo in FrontendException messages "Incompatable"

2015-11-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-4725. - Resolution: Fixed Assignee: Nathan Smith Hadoop Flags: Reviewed Fix Version/s: 0.16.0

[jira] [Commented] (PIG-4726) "Incompatable field schema" with MIN(datetime_field) and explicit output type

2015-11-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989056#comment-14989056 ] Daniel Dai commented on PIG-4726: - The walk around is not declare type in AS subclause. This might be some

[jira] [Comment Edited] (PIG-4726) "Incompatable field schema" with MIN(datetime_field) and explicit output type

2015-11-03 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14989056#comment-14989056 ] Daniel Dai edited comment on PIG-4726 at 11/4/15 7:27 AM: -- The work around is not