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
          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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to