Josh Wills created CRUNCH-530: --------------------------------- Summary: Fix object reuse bug in GenericRecordToTuple Key: CRUNCH-530 URL: https://issues.apache.org/jira/browse/CRUNCH-530 Project: Crunch Issue Type: Bug Components: Core Affects Versions: 0.12.0 Reporter: Josh Wills Assignee: Josh Wills Fix For: 0.13.0
Found one more place in the code (Avros.GenericRecordToTuple) where we're re-using an Object[] in a way that can be accessed by multiple threads and/or cause value collisions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)