You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Jeremy Beard (JIRA)" <ji...@apache.org> on 2014/09/01 03:20:21 UTC

[jira] [Created] (CRUNCH-468) MemPipeline.collectionOf() leads to NPE in PCollection.length()

Jeremy Beard created CRUNCH-468:
-----------------------------------

             Summary: MemPipeline.collectionOf() leads to NPE in PCollection.length()
                 Key: CRUNCH-468
                 URL: https://issues.apache.org/jira/browse/CRUNCH-468
             Project: Crunch
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.10.0
            Reporter: Jeremy Beard
            Assignee: Josh Wills


MemPipeline.collectionOf() creates a PCollection with a null PTypeFamily. When PCollection.length() is run it uses the PTypeFamily of the PCollection to serialize the running count of the records, which leads to a NPE for PCollections created as above.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)