You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2010/01/09 01:42:17 UTC

svn commit: r897356 [2/2] - in /hadoop/hive/trunk: ./ ql/src/java/org/apache/hadoop/hive/ql/exec/ ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/ ql/src/java/org/apache/hadoop/hive/ql/plan/ ql/src/test/queries/clientpositive/ ql/src/test/result...

Modified: hadoop/hive/trunk/ql/src/test/results/compiler/plan/join7.q.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/ql/src/test/results/compiler/plan/join7.q.xml?rev=897356&r1=897355&r2=897356&view=diff
==============================================================================
--- hadoop/hive/trunk/ql/src/test/results/compiler/plan/join7.q.xml (original)
+++ hadoop/hive/trunk/ql/src/test/results/compiler/plan/join7.q.xml Sat Jan  9 00:42:13 2010
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?> 
-<java version="1.6.0_16" class="java.beans.XMLDecoder"> 
+<java version="1.6.0_07" class="java.beans.XMLDecoder"> 
  <object class="org.apache.hadoop.hive.ql.exec.MapRedTask"> 
   <void property="id"> 
    <string>Stage-2</string> 
@@ -66,7 +66,7 @@
          </void> 
          <void method="put"> 
           <string>transient_lastDdlTime</string> 
-          <string>1262739230</string> 
+          <string>1262980283</string> 
          </void> 
         </object> 
        </void> 
@@ -2421,7 +2421,7 @@
                   <void property="conf"> 
                    <object class="org.apache.hadoop.hive.ql.plan.fileSinkDesc"> 
                     <void property="dirName"> 
-                     <string>file:/data/users/nzhang/work/876/apache-hive/build/ql/tmp/1962019108/10001</string> 
+                     <string>file:/data/users/nzhang/work/876/apache-hive/build/ql/tmp/1200874734/10001</string> 
                     </void> 
                     <void property="tableInfo"> 
                      <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
@@ -3221,97 +3221,6 @@
           </void> 
          </object> 
         </void> 
-        <void property="spillTableDesc"> 
-         <array class="org.apache.hadoop.hive.ql.plan.tableDesc" length="3"> 
-          <void index="0"> 
-           <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
-            <void property="deserializerClass"> 
-             <class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class> 
-            </void> 
-            <void property="inputFileFormatClass"> 
-             <class>org.apache.hadoop.mapred.SequenceFileInputFormat</class> 
-            </void> 
-            <void property="outputFileFormatClass"> 
-             <class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class> 
-            </void> 
-            <void property="properties"> 
-             <object class="java.util.Properties"> 
-              <void method="put"> 
-               <string>columns</string> 
-               <string>0_VALUE_0,0_VALUE_1</string> 
-              </void> 
-              <void method="put"> 
-               <string>serialization.format</string> 
-               <string>1</string> 
-              </void> 
-              <void method="put"> 
-               <string>columns.types</string> 
-               <string>string,string</string> 
-              </void> 
-             </object> 
-            </void> 
-           </object> 
-          </void> 
-          <void index="1"> 
-           <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
-            <void property="deserializerClass"> 
-             <class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class> 
-            </void> 
-            <void property="inputFileFormatClass"> 
-             <class>org.apache.hadoop.mapred.SequenceFileInputFormat</class> 
-            </void> 
-            <void property="outputFileFormatClass"> 
-             <class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class> 
-            </void> 
-            <void property="properties"> 
-             <object class="java.util.Properties"> 
-              <void method="put"> 
-               <string>columns</string> 
-               <string>1_VALUE_0,1_VALUE_1</string> 
-              </void> 
-              <void method="put"> 
-               <string>serialization.format</string> 
-               <string>1</string> 
-              </void> 
-              <void method="put"> 
-               <string>columns.types</string> 
-               <string>string,string</string> 
-              </void> 
-             </object> 
-            </void> 
-           </object> 
-          </void> 
-          <void index="2"> 
-           <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
-            <void property="deserializerClass"> 
-             <class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class> 
-            </void> 
-            <void property="inputFileFormatClass"> 
-             <class>org.apache.hadoop.mapred.SequenceFileInputFormat</class> 
-            </void> 
-            <void property="outputFileFormatClass"> 
-             <class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class> 
-            </void> 
-            <void property="properties"> 
-             <object class="java.util.Properties"> 
-              <void method="put"> 
-               <string>columns</string> 
-               <string>2_VALUE_0,2_VALUE_1</string> 
-              </void> 
-              <void method="put"> 
-               <string>serialization.format</string> 
-               <string>1</string> 
-              </void> 
-              <void method="put"> 
-               <string>columns.types</string> 
-               <string>string,string</string> 
-              </void> 
-             </object> 
-            </void> 
-           </object> 
-          </void> 
-         </array> 
-        </void> 
         <void property="tagOrder"> 
          <array class="java.lang.Byte" length="3"> 
           <void index="0"> 

Modified: hadoop/hive/trunk/ql/src/test/results/compiler/plan/join8.q.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/ql/src/test/results/compiler/plan/join8.q.xml?rev=897356&r1=897355&r2=897356&view=diff
==============================================================================
--- hadoop/hive/trunk/ql/src/test/results/compiler/plan/join8.q.xml (original)
+++ hadoop/hive/trunk/ql/src/test/results/compiler/plan/join8.q.xml Sat Jan  9 00:42:13 2010
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?> 
-<java version="1.6.0_16" class="java.beans.XMLDecoder"> 
+<java version="1.6.0_07" class="java.beans.XMLDecoder"> 
  <object class="org.apache.hadoop.hive.ql.exec.MapRedTask"> 
   <void property="id"> 
    <string>Stage-2</string> 
@@ -66,7 +66,7 @@
          </void> 
          <void method="put"> 
           <string>transient_lastDdlTime</string> 
-          <string>1262739233</string> 
+          <string>1262980286</string> 
          </void> 
         </object> 
        </void> 
@@ -1667,7 +1667,7 @@
                       <void property="conf"> 
                        <object class="org.apache.hadoop.hive.ql.plan.fileSinkDesc"> 
                         <void property="dirName"> 
-                         <string>file:/data/users/nzhang/work/876/apache-hive/build/ql/tmp/274584496/10001</string> 
+                         <string>file:/data/users/nzhang/work/876/apache-hive/build/ql/tmp/340974807/10001</string> 
                         </void> 
                         <void property="tableInfo"> 
                          <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
@@ -2390,68 +2390,6 @@
           </void> 
          </object> 
         </void> 
-        <void property="spillTableDesc"> 
-         <array class="org.apache.hadoop.hive.ql.plan.tableDesc" length="2"> 
-          <void index="0"> 
-           <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
-            <void property="deserializerClass"> 
-             <class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class> 
-            </void> 
-            <void property="inputFileFormatClass"> 
-             <class>org.apache.hadoop.mapred.SequenceFileInputFormat</class> 
-            </void> 
-            <void property="outputFileFormatClass"> 
-             <class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class> 
-            </void> 
-            <void property="properties"> 
-             <object class="java.util.Properties"> 
-              <void method="put"> 
-               <string>columns</string> 
-               <string>0_VALUE_0,0_VALUE_1</string> 
-              </void> 
-              <void method="put"> 
-               <string>serialization.format</string> 
-               <string>1</string> 
-              </void> 
-              <void method="put"> 
-               <string>columns.types</string> 
-               <string>string,string</string> 
-              </void> 
-             </object> 
-            </void> 
-           </object> 
-          </void> 
-          <void index="1"> 
-           <object class="org.apache.hadoop.hive.ql.plan.tableDesc"> 
-            <void property="deserializerClass"> 
-             <class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class> 
-            </void> 
-            <void property="inputFileFormatClass"> 
-             <class>org.apache.hadoop.mapred.SequenceFileInputFormat</class> 
-            </void> 
-            <void property="outputFileFormatClass"> 
-             <class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class> 
-            </void> 
-            <void property="properties"> 
-             <object class="java.util.Properties"> 
-              <void method="put"> 
-               <string>columns</string> 
-               <string>1_VALUE_0,1_VALUE_1</string> 
-              </void> 
-              <void method="put"> 
-               <string>serialization.format</string> 
-               <string>1</string> 
-              </void> 
-              <void method="put"> 
-               <string>columns.types</string> 
-               <string>string,string</string> 
-              </void> 
-             </object> 
-            </void> 
-           </object> 
-          </void> 
-         </array> 
-        </void> 
         <void property="tagOrder"> 
          <array class="java.lang.Byte" length="2"> 
           <void index="0"> 

Modified: hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/StructTypeInfo.java
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/StructTypeInfo.java?rev=897356&r1=897355&r2=897356&view=diff
==============================================================================
--- hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/StructTypeInfo.java (original)
+++ hadoop/hive/trunk/serde/src/java/org/apache/hadoop/hive/serde2/typeinfo/StructTypeInfo.java Sat Jan  9 00:42:13 2010
@@ -83,11 +83,11 @@
     return Category.STRUCT;
   }
   
-  public List<String> getAllStructFieldNames() {
+  public ArrayList<String> getAllStructFieldNames() {
     return allStructFieldNames;
   }
   
-  public List<TypeInfo> getAllStructFieldTypeInfos() {
+  public ArrayList<TypeInfo> getAllStructFieldTypeInfos() {
     return allStructFieldTypeInfos;
   }