[ 
https://issues.apache.org/jira/browse/HADOOP-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J resolved HADOOP-1993.
-----------------------------

    Resolution: Won't Fix

RecordIO has been deprecated. We do not recommend using it further.
                
> Incorrect code in Java stubs created by Record I/O compiler for 
> vector<vector> type
> -----------------------------------------------------------------------------------
>
>                 Key: HADOOP-1993
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1993
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Vivek Ratan
>            Assignee: Vivek Ratan
>            Priority: Minor
>
> If a 'vector of vectors' field is present in a DDL, the Java code generated 
> by Record I/O contains errors in the _compareTo()_ method. For example, if 
> the DDL is 
> {code}
> class s1 {
>   vector<vector<int>> slkl;
> }
> {code}
> then s1.compareTo() contains code that cannot be compiled (duplicate local 
> variables).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to