[ http://issues.apache.org/jira/browse/HADOOP-246?page=comments#action_12413038 ]
Milind Bhandarkar commented on HADOOP-246: ------------------------------------------ I have attached a patch to hadoop-245 that includes a fix for this bug as well. Repeated opening and closing of namespaces does not cause any runtime inefficiency. (and probably very small compile-time inefficiency.) However it makes the code generator hairier than it needs to be. That is why I open and close namespaces for each record independently. > the record-io generated c++ has wrong comments > ---------------------------------------------- > > Key: HADOOP-246 > URL: http://issues.apache.org/jira/browse/HADOOP-246 > Project: Hadoop > Type: Bug > Components: record > Versions: 0.2.1 > Reporter: Owen O'Malley > Assignee: Milind Bhandarkar > > The comments on the namespaces on the closing come out backward: > } // end namespace org > } // end namespace apache > } // end namespace hadoop > } // end namespace record > } // end namespace test -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
