[ https://issues.apache.org/jira/browse/CRUNCH-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Wills updated CRUNCH-473: ------------------------------ Attachment: CRUNCH-473.patch Patch for this w/tests updated to exercise it. > Use specific class type for case class serialization > ---------------------------------------------------- > > Key: CRUNCH-473 > URL: https://issues.apache.org/jira/browse/CRUNCH-473 > Project: Crunch > Issue Type: Bug > Reporter: Josh Wills > Attachments: CRUNCH-473.patch > > > Just ran into a bug involving serializing case classes that contain arrays of > other case classes: in that situation, we deserialize the nested array as an > Array[Product] instead of Array[SpecificCaseClass]. The fix is pretty easy, > we just need to use the actual runtime class (i.e., Class[SpecificCaseClass]) > as the basis of the PType, instead of Class[Product]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)