Tim van Heugten created CRUNCH-152:
--------------------------------------
Summary: DeepCopy of Pair (for getDetachedValue(..)) with null-element fails
with NPE
Key: CRUNCH-152
URL: https://issues.apache.org/jira/browse/CRUNCH-152
Project: Crunch
Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Tim van Heugten
Priority: Blocker
If I have a Pair.of(null,null) that I want stored in multiple outputs. Crunch fails with a
NullPointerException.
The issue also occurs when just one of the values is null.
The pipeline was able to handle such pairs before in 0.3.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|