You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/03/27 23:30:32 UTC

[jira] Commented: (HADOOP-1165) Code for toString in code generated by Record I/O Compiler can be generic

    [ https://issues.apache.org/jira/browse/HADOOP-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484601 ] 

Hadoop QA commented on HADOOP-1165:
-----------------------------------

+1, because http://issues.apache.org/jira/secure/attachment/12354351/jute-patch.txt applied and successfully tested against trunk revision http://svn.apache.org/repos/asf/lucene/hadoop/trunk/523072. Results are at http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch

> 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.