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

2016-05-05 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: - Issue Type: Improvement (was: Bug) > GROUP ALL must create an output record in case there

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

2016-04-21 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: - Affects Version/s: (was: 0.15.0) 0.16.0 > GROUP ALL must create

[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 =