Code for toString in code generated by Record I/O Compiler can be generic -------------------------------------------------------------------------
Key: HADOOP-1165 URL: https://issues.apache.org/jira/browse/HADOOP-1165 Project: Hadoop Issue Type: Improvement Components: record Affects Versions: 0.12.2 Environment: All Reporter: Milind Bhandarkar Assigned To: Milind Bhandarkar Priority: Minor Fix For: 0.13.0 Attachments: jute-patch.txt The generated toString method for every record is identical (it calls csv serialization on the record.) It can be moved to the Record class from which every generated record inherits. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.