[
https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660178#action_12660178
]
Shubham Chopra commented on PIG-572:
1. One use case is when users have a share-able scrip
Anonymous tuples in bags create ParseExceptions
---
Key: PIG-596
URL: https://issues.apache.org/jira/browse/PIG-596
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Repor
Use of Combiner causes java.lang.ClassCastException in ForEach
--
Key: PIG-595
URL: https://issues.apache.org/jira/browse/PIG-595
Project: Pig
Issue Type: Bug
Components:
[
https://issues.apache.org/jira/browse/PIG-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Bhat updated PIG-595:
---
Attachment: querypairs.txt
Input file
> Use of Combiner causes java.lang.ClassCastException in ForEach
> --
[
https://issues.apache.org/jira/browse/PIG-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Kamath resolved PIG-581.
Resolution: Invalid
There is already a property "pig.exec.nocombiner" which if true, disables the
use
[
https://issues.apache.org/jira/browse/PIG-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Kamath updated PIG-581:
---
Summary: Pig should enable an option to disable the use of combiner
optimizer (was: Pig should enable a
This will definitely be done after the merge of types to trunk. As
for PIG-273, the changes we need to make are larger than just that.
Consider, for example:
A = load ...
B = filter ...
store B into 'bla';
C = group B by $0;
...
There's no split explicitly in there, but pig should be able
[
https://issues.apache.org/jira/browse/PIG-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660148#action_12660148
]
Alan Gates commented on PIG-572:
The code in the patch looks fine. I have a couple of questio
[
https://issues.apache.org/jira/browse/PIG-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Kamath updated PIG-580:
---
Attachment: PIG-580-v2.patch
Attaching a new version (PIG-580-v2.patch) - the only difference from the