You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2014/03/29 00:33:55 UTC

svn commit: r1582912 [7/13] - in /hive/branches/branch-0.13: metastore/if/ metastore/src/gen/thrift/gen-cpp/ metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ metastore/src/gen/thrift/gen-php/metastore/ metastore/src/gen/thrif...

Modified: hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java?rev=1582912&r1=1582911&r2=1582912&view=diff
==============================================================================
--- hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java (original)
+++ hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/SkewedInfo.java Fri Mar 28 23:33:53 2014
@@ -562,13 +562,13 @@ public class SkewedInfo implements org.a
           case 1: // SKEWED_COL_NAMES
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list106 = iprot.readListBegin();
-                struct.skewedColNames = new ArrayList<String>(_list106.size);
-                for (int _i107 = 0; _i107 < _list106.size; ++_i107)
+                org.apache.thrift.protocol.TList _list114 = iprot.readListBegin();
+                struct.skewedColNames = new ArrayList<String>(_list114.size);
+                for (int _i115 = 0; _i115 < _list114.size; ++_i115)
                 {
-                  String _elem108; // optional
-                  _elem108 = iprot.readString();
-                  struct.skewedColNames.add(_elem108);
+                  String _elem116; // optional
+                  _elem116 = iprot.readString();
+                  struct.skewedColNames.add(_elem116);
                 }
                 iprot.readListEnd();
               }
@@ -580,23 +580,23 @@ public class SkewedInfo implements org.a
           case 2: // SKEWED_COL_VALUES
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list109 = iprot.readListBegin();
-                struct.skewedColValues = new ArrayList<List<String>>(_list109.size);
-                for (int _i110 = 0; _i110 < _list109.size; ++_i110)
+                org.apache.thrift.protocol.TList _list117 = iprot.readListBegin();
+                struct.skewedColValues = new ArrayList<List<String>>(_list117.size);
+                for (int _i118 = 0; _i118 < _list117.size; ++_i118)
                 {
-                  List<String> _elem111; // optional
+                  List<String> _elem119; // optional
                   {
-                    org.apache.thrift.protocol.TList _list112 = iprot.readListBegin();
-                    _elem111 = new ArrayList<String>(_list112.size);
-                    for (int _i113 = 0; _i113 < _list112.size; ++_i113)
+                    org.apache.thrift.protocol.TList _list120 = iprot.readListBegin();
+                    _elem119 = new ArrayList<String>(_list120.size);
+                    for (int _i121 = 0; _i121 < _list120.size; ++_i121)
                     {
-                      String _elem114; // optional
-                      _elem114 = iprot.readString();
-                      _elem111.add(_elem114);
+                      String _elem122; // optional
+                      _elem122 = iprot.readString();
+                      _elem119.add(_elem122);
                     }
                     iprot.readListEnd();
                   }
-                  struct.skewedColValues.add(_elem111);
+                  struct.skewedColValues.add(_elem119);
                 }
                 iprot.readListEnd();
               }
@@ -608,25 +608,25 @@ public class SkewedInfo implements org.a
           case 3: // SKEWED_COL_VALUE_LOCATION_MAPS
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map115 = iprot.readMapBegin();
-                struct.skewedColValueLocationMaps = new HashMap<List<String>,String>(2*_map115.size);
-                for (int _i116 = 0; _i116 < _map115.size; ++_i116)
+                org.apache.thrift.protocol.TMap _map123 = iprot.readMapBegin();
+                struct.skewedColValueLocationMaps = new HashMap<List<String>,String>(2*_map123.size);
+                for (int _i124 = 0; _i124 < _map123.size; ++_i124)
                 {
-                  List<String> _key117; // required
-                  String _val118; // required
+                  List<String> _key125; // required
+                  String _val126; // required
                   {
-                    org.apache.thrift.protocol.TList _list119 = iprot.readListBegin();
-                    _key117 = new ArrayList<String>(_list119.size);
-                    for (int _i120 = 0; _i120 < _list119.size; ++_i120)
+                    org.apache.thrift.protocol.TList _list127 = iprot.readListBegin();
+                    _key125 = new ArrayList<String>(_list127.size);
+                    for (int _i128 = 0; _i128 < _list127.size; ++_i128)
                     {
-                      String _elem121; // optional
-                      _elem121 = iprot.readString();
-                      _key117.add(_elem121);
+                      String _elem129; // optional
+                      _elem129 = iprot.readString();
+                      _key125.add(_elem129);
                     }
                     iprot.readListEnd();
                   }
-                  _val118 = iprot.readString();
-                  struct.skewedColValueLocationMaps.put(_key117, _val118);
+                  _val126 = iprot.readString();
+                  struct.skewedColValueLocationMaps.put(_key125, _val126);
                 }
                 iprot.readMapEnd();
               }
@@ -652,9 +652,9 @@ public class SkewedInfo implements org.a
         oprot.writeFieldBegin(SKEWED_COL_NAMES_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.skewedColNames.size()));
-          for (String _iter122 : struct.skewedColNames)
+          for (String _iter130 : struct.skewedColNames)
           {
-            oprot.writeString(_iter122);
+            oprot.writeString(_iter130);
           }
           oprot.writeListEnd();
         }
@@ -664,13 +664,13 @@ public class SkewedInfo implements org.a
         oprot.writeFieldBegin(SKEWED_COL_VALUES_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, struct.skewedColValues.size()));
-          for (List<String> _iter123 : struct.skewedColValues)
+          for (List<String> _iter131 : struct.skewedColValues)
           {
             {
-              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter123.size()));
-              for (String _iter124 : _iter123)
+              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter131.size()));
+              for (String _iter132 : _iter131)
               {
-                oprot.writeString(_iter124);
+                oprot.writeString(_iter132);
               }
               oprot.writeListEnd();
             }
@@ -683,17 +683,17 @@ public class SkewedInfo implements org.a
         oprot.writeFieldBegin(SKEWED_COL_VALUE_LOCATION_MAPS_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.LIST, org.apache.thrift.protocol.TType.STRING, struct.skewedColValueLocationMaps.size()));
-          for (Map.Entry<List<String>, String> _iter125 : struct.skewedColValueLocationMaps.entrySet())
+          for (Map.Entry<List<String>, String> _iter133 : struct.skewedColValueLocationMaps.entrySet())
           {
             {
-              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter125.getKey().size()));
-              for (String _iter126 : _iter125.getKey())
+              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, _iter133.getKey().size()));
+              for (String _iter134 : _iter133.getKey())
               {
-                oprot.writeString(_iter126);
+                oprot.writeString(_iter134);
               }
               oprot.writeListEnd();
             }
-            oprot.writeString(_iter125.getValue());
+            oprot.writeString(_iter133.getValue());
           }
           oprot.writeMapEnd();
         }
@@ -730,22 +730,22 @@ public class SkewedInfo implements org.a
       if (struct.isSetSkewedColNames()) {
         {
           oprot.writeI32(struct.skewedColNames.size());
-          for (String _iter127 : struct.skewedColNames)
+          for (String _iter135 : struct.skewedColNames)
           {
-            oprot.writeString(_iter127);
+            oprot.writeString(_iter135);
           }
         }
       }
       if (struct.isSetSkewedColValues()) {
         {
           oprot.writeI32(struct.skewedColValues.size());
-          for (List<String> _iter128 : struct.skewedColValues)
+          for (List<String> _iter136 : struct.skewedColValues)
           {
             {
-              oprot.writeI32(_iter128.size());
-              for (String _iter129 : _iter128)
+              oprot.writeI32(_iter136.size());
+              for (String _iter137 : _iter136)
               {
-                oprot.writeString(_iter129);
+                oprot.writeString(_iter137);
               }
             }
           }
@@ -754,16 +754,16 @@ public class SkewedInfo implements org.a
       if (struct.isSetSkewedColValueLocationMaps()) {
         {
           oprot.writeI32(struct.skewedColValueLocationMaps.size());
-          for (Map.Entry<List<String>, String> _iter130 : struct.skewedColValueLocationMaps.entrySet())
+          for (Map.Entry<List<String>, String> _iter138 : struct.skewedColValueLocationMaps.entrySet())
           {
             {
-              oprot.writeI32(_iter130.getKey().size());
-              for (String _iter131 : _iter130.getKey())
+              oprot.writeI32(_iter138.getKey().size());
+              for (String _iter139 : _iter138.getKey())
               {
-                oprot.writeString(_iter131);
+                oprot.writeString(_iter139);
               }
             }
-            oprot.writeString(_iter130.getValue());
+            oprot.writeString(_iter138.getValue());
           }
         }
       }
@@ -775,59 +775,59 @@ public class SkewedInfo implements org.a
       BitSet incoming = iprot.readBitSet(3);
       if (incoming.get(0)) {
         {
-          org.apache.thrift.protocol.TList _list132 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.skewedColNames = new ArrayList<String>(_list132.size);
-          for (int _i133 = 0; _i133 < _list132.size; ++_i133)
+          org.apache.thrift.protocol.TList _list140 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.skewedColNames = new ArrayList<String>(_list140.size);
+          for (int _i141 = 0; _i141 < _list140.size; ++_i141)
           {
-            String _elem134; // optional
-            _elem134 = iprot.readString();
-            struct.skewedColNames.add(_elem134);
+            String _elem142; // optional
+            _elem142 = iprot.readString();
+            struct.skewedColNames.add(_elem142);
           }
         }
         struct.setSkewedColNamesIsSet(true);
       }
       if (incoming.get(1)) {
         {
-          org.apache.thrift.protocol.TList _list135 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, iprot.readI32());
-          struct.skewedColValues = new ArrayList<List<String>>(_list135.size);
-          for (int _i136 = 0; _i136 < _list135.size; ++_i136)
+          org.apache.thrift.protocol.TList _list143 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.LIST, iprot.readI32());
+          struct.skewedColValues = new ArrayList<List<String>>(_list143.size);
+          for (int _i144 = 0; _i144 < _list143.size; ++_i144)
           {
-            List<String> _elem137; // optional
+            List<String> _elem145; // optional
             {
-              org.apache.thrift.protocol.TList _list138 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-              _elem137 = new ArrayList<String>(_list138.size);
-              for (int _i139 = 0; _i139 < _list138.size; ++_i139)
+              org.apache.thrift.protocol.TList _list146 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+              _elem145 = new ArrayList<String>(_list146.size);
+              for (int _i147 = 0; _i147 < _list146.size; ++_i147)
               {
-                String _elem140; // optional
-                _elem140 = iprot.readString();
-                _elem137.add(_elem140);
+                String _elem148; // optional
+                _elem148 = iprot.readString();
+                _elem145.add(_elem148);
               }
             }
-            struct.skewedColValues.add(_elem137);
+            struct.skewedColValues.add(_elem145);
           }
         }
         struct.setSkewedColValuesIsSet(true);
       }
       if (incoming.get(2)) {
         {
-          org.apache.thrift.protocol.TMap _map141 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.LIST, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.skewedColValueLocationMaps = new HashMap<List<String>,String>(2*_map141.size);
-          for (int _i142 = 0; _i142 < _map141.size; ++_i142)
+          org.apache.thrift.protocol.TMap _map149 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.LIST, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.skewedColValueLocationMaps = new HashMap<List<String>,String>(2*_map149.size);
+          for (int _i150 = 0; _i150 < _map149.size; ++_i150)
           {
-            List<String> _key143; // required
-            String _val144; // required
+            List<String> _key151; // required
+            String _val152; // required
             {
-              org.apache.thrift.protocol.TList _list145 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-              _key143 = new ArrayList<String>(_list145.size);
-              for (int _i146 = 0; _i146 < _list145.size; ++_i146)
+              org.apache.thrift.protocol.TList _list153 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+              _key151 = new ArrayList<String>(_list153.size);
+              for (int _i154 = 0; _i154 < _list153.size; ++_i154)
               {
-                String _elem147; // optional
-                _elem147 = iprot.readString();
-                _key143.add(_elem147);
+                String _elem155; // optional
+                _elem155 = iprot.readString();
+                _key151.add(_elem155);
               }
             }
-            _val144 = iprot.readString();
-            struct.skewedColValueLocationMaps.put(_key143, _val144);
+            _val152 = iprot.readString();
+            struct.skewedColValueLocationMaps.put(_key151, _val152);
           }
         }
         struct.setSkewedColValueLocationMapsIsSet(true);

Modified: hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java?rev=1582912&r1=1582911&r2=1582912&view=diff
==============================================================================
--- hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java (original)
+++ hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/StorageDescriptor.java Fri Mar 28 23:33:53 2014
@@ -1300,14 +1300,14 @@ public class StorageDescriptor implement
           case 1: // COLS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list148 = iprot.readListBegin();
-                struct.cols = new ArrayList<FieldSchema>(_list148.size);
-                for (int _i149 = 0; _i149 < _list148.size; ++_i149)
+                org.apache.thrift.protocol.TList _list156 = iprot.readListBegin();
+                struct.cols = new ArrayList<FieldSchema>(_list156.size);
+                for (int _i157 = 0; _i157 < _list156.size; ++_i157)
                 {
-                  FieldSchema _elem150; // optional
-                  _elem150 = new FieldSchema();
-                  _elem150.read(iprot);
-                  struct.cols.add(_elem150);
+                  FieldSchema _elem158; // optional
+                  _elem158 = new FieldSchema();
+                  _elem158.read(iprot);
+                  struct.cols.add(_elem158);
                 }
                 iprot.readListEnd();
               }
@@ -1368,13 +1368,13 @@ public class StorageDescriptor implement
           case 8: // BUCKET_COLS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list151 = iprot.readListBegin();
-                struct.bucketCols = new ArrayList<String>(_list151.size);
-                for (int _i152 = 0; _i152 < _list151.size; ++_i152)
+                org.apache.thrift.protocol.TList _list159 = iprot.readListBegin();
+                struct.bucketCols = new ArrayList<String>(_list159.size);
+                for (int _i160 = 0; _i160 < _list159.size; ++_i160)
                 {
-                  String _elem153; // optional
-                  _elem153 = iprot.readString();
-                  struct.bucketCols.add(_elem153);
+                  String _elem161; // optional
+                  _elem161 = iprot.readString();
+                  struct.bucketCols.add(_elem161);
                 }
                 iprot.readListEnd();
               }
@@ -1386,14 +1386,14 @@ public class StorageDescriptor implement
           case 9: // SORT_COLS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list154 = iprot.readListBegin();
-                struct.sortCols = new ArrayList<Order>(_list154.size);
-                for (int _i155 = 0; _i155 < _list154.size; ++_i155)
+                org.apache.thrift.protocol.TList _list162 = iprot.readListBegin();
+                struct.sortCols = new ArrayList<Order>(_list162.size);
+                for (int _i163 = 0; _i163 < _list162.size; ++_i163)
                 {
-                  Order _elem156; // optional
-                  _elem156 = new Order();
-                  _elem156.read(iprot);
-                  struct.sortCols.add(_elem156);
+                  Order _elem164; // optional
+                  _elem164 = new Order();
+                  _elem164.read(iprot);
+                  struct.sortCols.add(_elem164);
                 }
                 iprot.readListEnd();
               }
@@ -1405,15 +1405,15 @@ public class StorageDescriptor implement
           case 10: // PARAMETERS
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map157 = iprot.readMapBegin();
-                struct.parameters = new HashMap<String,String>(2*_map157.size);
-                for (int _i158 = 0; _i158 < _map157.size; ++_i158)
+                org.apache.thrift.protocol.TMap _map165 = iprot.readMapBegin();
+                struct.parameters = new HashMap<String,String>(2*_map165.size);
+                for (int _i166 = 0; _i166 < _map165.size; ++_i166)
                 {
-                  String _key159; // required
-                  String _val160; // required
-                  _key159 = iprot.readString();
-                  _val160 = iprot.readString();
-                  struct.parameters.put(_key159, _val160);
+                  String _key167; // required
+                  String _val168; // required
+                  _key167 = iprot.readString();
+                  _val168 = iprot.readString();
+                  struct.parameters.put(_key167, _val168);
                 }
                 iprot.readMapEnd();
               }
@@ -1456,9 +1456,9 @@ public class StorageDescriptor implement
         oprot.writeFieldBegin(COLS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.cols.size()));
-          for (FieldSchema _iter161 : struct.cols)
+          for (FieldSchema _iter169 : struct.cols)
           {
-            _iter161.write(oprot);
+            _iter169.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -1494,9 +1494,9 @@ public class StorageDescriptor implement
         oprot.writeFieldBegin(BUCKET_COLS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.bucketCols.size()));
-          for (String _iter162 : struct.bucketCols)
+          for (String _iter170 : struct.bucketCols)
           {
-            oprot.writeString(_iter162);
+            oprot.writeString(_iter170);
           }
           oprot.writeListEnd();
         }
@@ -1506,9 +1506,9 @@ public class StorageDescriptor implement
         oprot.writeFieldBegin(SORT_COLS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.sortCols.size()));
-          for (Order _iter163 : struct.sortCols)
+          for (Order _iter171 : struct.sortCols)
           {
-            _iter163.write(oprot);
+            _iter171.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -1518,10 +1518,10 @@ public class StorageDescriptor implement
         oprot.writeFieldBegin(PARAMETERS_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.parameters.size()));
-          for (Map.Entry<String, String> _iter164 : struct.parameters.entrySet())
+          for (Map.Entry<String, String> _iter172 : struct.parameters.entrySet())
           {
-            oprot.writeString(_iter164.getKey());
-            oprot.writeString(_iter164.getValue());
+            oprot.writeString(_iter172.getKey());
+            oprot.writeString(_iter172.getValue());
           }
           oprot.writeMapEnd();
         }
@@ -1597,9 +1597,9 @@ public class StorageDescriptor implement
       if (struct.isSetCols()) {
         {
           oprot.writeI32(struct.cols.size());
-          for (FieldSchema _iter165 : struct.cols)
+          for (FieldSchema _iter173 : struct.cols)
           {
-            _iter165.write(oprot);
+            _iter173.write(oprot);
           }
         }
       }
@@ -1624,28 +1624,28 @@ public class StorageDescriptor implement
       if (struct.isSetBucketCols()) {
         {
           oprot.writeI32(struct.bucketCols.size());
-          for (String _iter166 : struct.bucketCols)
+          for (String _iter174 : struct.bucketCols)
           {
-            oprot.writeString(_iter166);
+            oprot.writeString(_iter174);
           }
         }
       }
       if (struct.isSetSortCols()) {
         {
           oprot.writeI32(struct.sortCols.size());
-          for (Order _iter167 : struct.sortCols)
+          for (Order _iter175 : struct.sortCols)
           {
-            _iter167.write(oprot);
+            _iter175.write(oprot);
           }
         }
       }
       if (struct.isSetParameters()) {
         {
           oprot.writeI32(struct.parameters.size());
-          for (Map.Entry<String, String> _iter168 : struct.parameters.entrySet())
+          for (Map.Entry<String, String> _iter176 : struct.parameters.entrySet())
           {
-            oprot.writeString(_iter168.getKey());
-            oprot.writeString(_iter168.getValue());
+            oprot.writeString(_iter176.getKey());
+            oprot.writeString(_iter176.getValue());
           }
         }
       }
@@ -1663,14 +1663,14 @@ public class StorageDescriptor implement
       BitSet incoming = iprot.readBitSet(12);
       if (incoming.get(0)) {
         {
-          org.apache.thrift.protocol.TList _list169 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.cols = new ArrayList<FieldSchema>(_list169.size);
-          for (int _i170 = 0; _i170 < _list169.size; ++_i170)
-          {
-            FieldSchema _elem171; // optional
-            _elem171 = new FieldSchema();
-            _elem171.read(iprot);
-            struct.cols.add(_elem171);
+          org.apache.thrift.protocol.TList _list177 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.cols = new ArrayList<FieldSchema>(_list177.size);
+          for (int _i178 = 0; _i178 < _list177.size; ++_i178)
+          {
+            FieldSchema _elem179; // optional
+            _elem179 = new FieldSchema();
+            _elem179.read(iprot);
+            struct.cols.add(_elem179);
           }
         }
         struct.setColsIsSet(true);
@@ -1702,42 +1702,42 @@ public class StorageDescriptor implement
       }
       if (incoming.get(7)) {
         {
-          org.apache.thrift.protocol.TList _list172 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.bucketCols = new ArrayList<String>(_list172.size);
-          for (int _i173 = 0; _i173 < _list172.size; ++_i173)
-          {
-            String _elem174; // optional
-            _elem174 = iprot.readString();
-            struct.bucketCols.add(_elem174);
+          org.apache.thrift.protocol.TList _list180 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.bucketCols = new ArrayList<String>(_list180.size);
+          for (int _i181 = 0; _i181 < _list180.size; ++_i181)
+          {
+            String _elem182; // optional
+            _elem182 = iprot.readString();
+            struct.bucketCols.add(_elem182);
           }
         }
         struct.setBucketColsIsSet(true);
       }
       if (incoming.get(8)) {
         {
-          org.apache.thrift.protocol.TList _list175 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.sortCols = new ArrayList<Order>(_list175.size);
-          for (int _i176 = 0; _i176 < _list175.size; ++_i176)
-          {
-            Order _elem177; // optional
-            _elem177 = new Order();
-            _elem177.read(iprot);
-            struct.sortCols.add(_elem177);
+          org.apache.thrift.protocol.TList _list183 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.sortCols = new ArrayList<Order>(_list183.size);
+          for (int _i184 = 0; _i184 < _list183.size; ++_i184)
+          {
+            Order _elem185; // optional
+            _elem185 = new Order();
+            _elem185.read(iprot);
+            struct.sortCols.add(_elem185);
           }
         }
         struct.setSortColsIsSet(true);
       }
       if (incoming.get(9)) {
         {
-          org.apache.thrift.protocol.TMap _map178 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.parameters = new HashMap<String,String>(2*_map178.size);
-          for (int _i179 = 0; _i179 < _map178.size; ++_i179)
-          {
-            String _key180; // required
-            String _val181; // required
-            _key180 = iprot.readString();
-            _val181 = iprot.readString();
-            struct.parameters.put(_key180, _val181);
+          org.apache.thrift.protocol.TMap _map186 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.parameters = new HashMap<String,String>(2*_map186.size);
+          for (int _i187 = 0; _i187 < _map186.size; ++_i187)
+          {
+            String _key188; // required
+            String _val189; // required
+            _key188 = iprot.readString();
+            _val189 = iprot.readString();
+            struct.parameters.put(_key188, _val189);
           }
         }
         struct.setParametersIsSet(true);

Modified: hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java?rev=1582912&r1=1582911&r2=1582912&view=diff
==============================================================================
--- hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java (original)
+++ hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Table.java Fri Mar 28 23:33:53 2014
@@ -1399,14 +1399,14 @@ public class Table implements org.apache
           case 8: // PARTITION_KEYS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list182 = iprot.readListBegin();
-                struct.partitionKeys = new ArrayList<FieldSchema>(_list182.size);
-                for (int _i183 = 0; _i183 < _list182.size; ++_i183)
+                org.apache.thrift.protocol.TList _list190 = iprot.readListBegin();
+                struct.partitionKeys = new ArrayList<FieldSchema>(_list190.size);
+                for (int _i191 = 0; _i191 < _list190.size; ++_i191)
                 {
-                  FieldSchema _elem184; // optional
-                  _elem184 = new FieldSchema();
-                  _elem184.read(iprot);
-                  struct.partitionKeys.add(_elem184);
+                  FieldSchema _elem192; // optional
+                  _elem192 = new FieldSchema();
+                  _elem192.read(iprot);
+                  struct.partitionKeys.add(_elem192);
                 }
                 iprot.readListEnd();
               }
@@ -1418,15 +1418,15 @@ public class Table implements org.apache
           case 9: // PARAMETERS
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map185 = iprot.readMapBegin();
-                struct.parameters = new HashMap<String,String>(2*_map185.size);
-                for (int _i186 = 0; _i186 < _map185.size; ++_i186)
+                org.apache.thrift.protocol.TMap _map193 = iprot.readMapBegin();
+                struct.parameters = new HashMap<String,String>(2*_map193.size);
+                for (int _i194 = 0; _i194 < _map193.size; ++_i194)
                 {
-                  String _key187; // required
-                  String _val188; // required
-                  _key187 = iprot.readString();
-                  _val188 = iprot.readString();
-                  struct.parameters.put(_key187, _val188);
+                  String _key195; // required
+                  String _val196; // required
+                  _key195 = iprot.readString();
+                  _val196 = iprot.readString();
+                  struct.parameters.put(_key195, _val196);
                 }
                 iprot.readMapEnd();
               }
@@ -1514,9 +1514,9 @@ public class Table implements org.apache
         oprot.writeFieldBegin(PARTITION_KEYS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.partitionKeys.size()));
-          for (FieldSchema _iter189 : struct.partitionKeys)
+          for (FieldSchema _iter197 : struct.partitionKeys)
           {
-            _iter189.write(oprot);
+            _iter197.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -1526,10 +1526,10 @@ public class Table implements org.apache
         oprot.writeFieldBegin(PARAMETERS_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.parameters.size()));
-          for (Map.Entry<String, String> _iter190 : struct.parameters.entrySet())
+          for (Map.Entry<String, String> _iter198 : struct.parameters.entrySet())
           {
-            oprot.writeString(_iter190.getKey());
-            oprot.writeString(_iter190.getValue());
+            oprot.writeString(_iter198.getKey());
+            oprot.writeString(_iter198.getValue());
           }
           oprot.writeMapEnd();
         }
@@ -1639,19 +1639,19 @@ public class Table implements org.apache
       if (struct.isSetPartitionKeys()) {
         {
           oprot.writeI32(struct.partitionKeys.size());
-          for (FieldSchema _iter191 : struct.partitionKeys)
+          for (FieldSchema _iter199 : struct.partitionKeys)
           {
-            _iter191.write(oprot);
+            _iter199.write(oprot);
           }
         }
       }
       if (struct.isSetParameters()) {
         {
           oprot.writeI32(struct.parameters.size());
-          for (Map.Entry<String, String> _iter192 : struct.parameters.entrySet())
+          for (Map.Entry<String, String> _iter200 : struct.parameters.entrySet())
           {
-            oprot.writeString(_iter192.getKey());
-            oprot.writeString(_iter192.getValue());
+            oprot.writeString(_iter200.getKey());
+            oprot.writeString(_iter200.getValue());
           }
         }
       }
@@ -1704,29 +1704,29 @@ public class Table implements org.apache
       }
       if (incoming.get(7)) {
         {
-          org.apache.thrift.protocol.TList _list193 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.partitionKeys = new ArrayList<FieldSchema>(_list193.size);
-          for (int _i194 = 0; _i194 < _list193.size; ++_i194)
+          org.apache.thrift.protocol.TList _list201 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.partitionKeys = new ArrayList<FieldSchema>(_list201.size);
+          for (int _i202 = 0; _i202 < _list201.size; ++_i202)
           {
-            FieldSchema _elem195; // optional
-            _elem195 = new FieldSchema();
-            _elem195.read(iprot);
-            struct.partitionKeys.add(_elem195);
+            FieldSchema _elem203; // optional
+            _elem203 = new FieldSchema();
+            _elem203.read(iprot);
+            struct.partitionKeys.add(_elem203);
           }
         }
         struct.setPartitionKeysIsSet(true);
       }
       if (incoming.get(8)) {
         {
-          org.apache.thrift.protocol.TMap _map196 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.parameters = new HashMap<String,String>(2*_map196.size);
-          for (int _i197 = 0; _i197 < _map196.size; ++_i197)
+          org.apache.thrift.protocol.TMap _map204 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.parameters = new HashMap<String,String>(2*_map204.size);
+          for (int _i205 = 0; _i205 < _map204.size; ++_i205)
           {
-            String _key198; // required
-            String _val199; // required
-            _key198 = iprot.readString();
-            _val199 = iprot.readString();
-            struct.parameters.put(_key198, _val199);
+            String _key206; // required
+            String _val207; // required
+            _key206 = iprot.readString();
+            _val207 = iprot.readString();
+            struct.parameters.put(_key206, _val207);
           }
         }
         struct.setParametersIsSet(true);

Modified: hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java?rev=1582912&r1=1582911&r2=1582912&view=diff
==============================================================================
--- hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java (original)
+++ hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java Fri Mar 28 23:33:53 2014
@@ -536,13 +536,13 @@ public class TableStatsRequest implement
           case 3: // COL_NAMES
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list298 = iprot.readListBegin();
-                struct.colNames = new ArrayList<String>(_list298.size);
-                for (int _i299 = 0; _i299 < _list298.size; ++_i299)
+                org.apache.thrift.protocol.TList _list306 = iprot.readListBegin();
+                struct.colNames = new ArrayList<String>(_list306.size);
+                for (int _i307 = 0; _i307 < _list306.size; ++_i307)
                 {
-                  String _elem300; // optional
-                  _elem300 = iprot.readString();
-                  struct.colNames.add(_elem300);
+                  String _elem308; // optional
+                  _elem308 = iprot.readString();
+                  struct.colNames.add(_elem308);
                 }
                 iprot.readListEnd();
               }
@@ -578,9 +578,9 @@ public class TableStatsRequest implement
         oprot.writeFieldBegin(COL_NAMES_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.colNames.size()));
-          for (String _iter301 : struct.colNames)
+          for (String _iter309 : struct.colNames)
           {
-            oprot.writeString(_iter301);
+            oprot.writeString(_iter309);
           }
           oprot.writeListEnd();
         }
@@ -607,9 +607,9 @@ public class TableStatsRequest implement
       oprot.writeString(struct.tblName);
       {
         oprot.writeI32(struct.colNames.size());
-        for (String _iter302 : struct.colNames)
+        for (String _iter310 : struct.colNames)
         {
-          oprot.writeString(_iter302);
+          oprot.writeString(_iter310);
         }
       }
     }
@@ -622,13 +622,13 @@ public class TableStatsRequest implement
       struct.tblName = iprot.readString();
       struct.setTblNameIsSet(true);
       {
-        org.apache.thrift.protocol.TList _list303 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-        struct.colNames = new ArrayList<String>(_list303.size);
-        for (int _i304 = 0; _i304 < _list303.size; ++_i304)
+        org.apache.thrift.protocol.TList _list311 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+        struct.colNames = new ArrayList<String>(_list311.size);
+        for (int _i312 = 0; _i312 < _list311.size; ++_i312)
         {
-          String _elem305; // optional
-          _elem305 = iprot.readString();
-          struct.colNames.add(_elem305);
+          String _elem313; // optional
+          _elem313 = iprot.readString();
+          struct.colNames.add(_elem313);
         }
       }
       struct.setColNamesIsSet(true);

Modified: hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java?rev=1582912&r1=1582911&r2=1582912&view=diff
==============================================================================
--- hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java (original)
+++ hive/branches/branch-0.13/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java Fri Mar 28 23:33:53 2014
@@ -350,14 +350,14 @@ public class TableStatsResult implements
           case 1: // TABLE_STATS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list272 = iprot.readListBegin();
-                struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list272.size);
-                for (int _i273 = 0; _i273 < _list272.size; ++_i273)
+                org.apache.thrift.protocol.TList _list280 = iprot.readListBegin();
+                struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list280.size);
+                for (int _i281 = 0; _i281 < _list280.size; ++_i281)
                 {
-                  ColumnStatisticsObj _elem274; // optional
-                  _elem274 = new ColumnStatisticsObj();
-                  _elem274.read(iprot);
-                  struct.tableStats.add(_elem274);
+                  ColumnStatisticsObj _elem282; // optional
+                  _elem282 = new ColumnStatisticsObj();
+                  _elem282.read(iprot);
+                  struct.tableStats.add(_elem282);
                 }
                 iprot.readListEnd();
               }
@@ -383,9 +383,9 @@ public class TableStatsResult implements
         oprot.writeFieldBegin(TABLE_STATS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.tableStats.size()));
-          for (ColumnStatisticsObj _iter275 : struct.tableStats)
+          for (ColumnStatisticsObj _iter283 : struct.tableStats)
           {
-            _iter275.write(oprot);
+            _iter283.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -410,9 +410,9 @@ public class TableStatsResult implements
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.tableStats.size());
-        for (ColumnStatisticsObj _iter276 : struct.tableStats)
+        for (ColumnStatisticsObj _iter284 : struct.tableStats)
         {
-          _iter276.write(oprot);
+          _iter284.write(oprot);
         }
       }
     }
@@ -421,14 +421,14 @@ public class TableStatsResult implements
     public void read(org.apache.thrift.protocol.TProtocol prot, TableStatsResult struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list277 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list277.size);
-        for (int _i278 = 0; _i278 < _list277.size; ++_i278)
+        org.apache.thrift.protocol.TList _list285 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list285.size);
+        for (int _i286 = 0; _i286 < _list285.size; ++_i286)
         {
-          ColumnStatisticsObj _elem279; // optional
-          _elem279 = new ColumnStatisticsObj();
-          _elem279.read(iprot);
-          struct.tableStats.add(_elem279);
+          ColumnStatisticsObj _elem287; // optional
+          _elem287 = new ColumnStatisticsObj();
+          _elem287.read(iprot);
+          struct.tableStats.add(_elem287);
         }
       }
       struct.setTableStatsIsSet(true);