You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by gu...@apache.org on 2014/08/22 23:37:21 UTC

svn commit: r1619936 [7/49] - in /hive/branches/cbo: ./ accumulo-handler/ ant/src/org/apache/hadoop/hive/ant/ bin/ common/src/java/org/apache/hadoop/hive/ant/ common/src/java/org/apache/hadoop/hive/common/type/ common/src/java/org/apache/hadoop/hive/co...

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/EnvironmentContext.java Fri Aug 22 21:36:47 2014
@@ -351,15 +351,15 @@ public class EnvironmentContext implemen
           case 1: // PROPERTIES
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map270 = iprot.readMapBegin();
-                struct.properties = new HashMap<String,String>(2*_map270.size);
-                for (int _i271 = 0; _i271 < _map270.size; ++_i271)
+                org.apache.thrift.protocol.TMap _map278 = iprot.readMapBegin();
+                struct.properties = new HashMap<String,String>(2*_map278.size);
+                for (int _i279 = 0; _i279 < _map278.size; ++_i279)
                 {
-                  String _key272; // required
-                  String _val273; // required
-                  _key272 = iprot.readString();
-                  _val273 = iprot.readString();
-                  struct.properties.put(_key272, _val273);
+                  String _key280; // required
+                  String _val281; // required
+                  _key280 = iprot.readString();
+                  _val281 = iprot.readString();
+                  struct.properties.put(_key280, _val281);
                 }
                 iprot.readMapEnd();
               }
@@ -385,10 +385,10 @@ public class EnvironmentContext implemen
         oprot.writeFieldBegin(PROPERTIES_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.properties.size()));
-          for (Map.Entry<String, String> _iter274 : struct.properties.entrySet())
+          for (Map.Entry<String, String> _iter282 : struct.properties.entrySet())
           {
-            oprot.writeString(_iter274.getKey());
-            oprot.writeString(_iter274.getValue());
+            oprot.writeString(_iter282.getKey());
+            oprot.writeString(_iter282.getValue());
           }
           oprot.writeMapEnd();
         }
@@ -419,10 +419,10 @@ public class EnvironmentContext implemen
       if (struct.isSetProperties()) {
         {
           oprot.writeI32(struct.properties.size());
-          for (Map.Entry<String, String> _iter275 : struct.properties.entrySet())
+          for (Map.Entry<String, String> _iter283 : struct.properties.entrySet())
           {
-            oprot.writeString(_iter275.getKey());
-            oprot.writeString(_iter275.getValue());
+            oprot.writeString(_iter283.getKey());
+            oprot.writeString(_iter283.getValue());
           }
         }
       }
@@ -434,15 +434,15 @@ public class EnvironmentContext implemen
       BitSet incoming = iprot.readBitSet(1);
       if (incoming.get(0)) {
         {
-          org.apache.thrift.protocol.TMap _map276 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.properties = new HashMap<String,String>(2*_map276.size);
-          for (int _i277 = 0; _i277 < _map276.size; ++_i277)
+          org.apache.thrift.protocol.TMap _map284 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.properties = new HashMap<String,String>(2*_map284.size);
+          for (int _i285 = 0; _i285 < _map284.size; ++_i285)
           {
-            String _key278; // required
-            String _val279; // required
-            _key278 = iprot.readString();
-            _val279 = iprot.readString();
-            struct.properties.put(_key278, _val279);
+            String _key286; // required
+            String _val287; // required
+            _key286 = iprot.readString();
+            _val287 = iprot.readString();
+            struct.properties.put(_key286, _val287);
           }
         }
         struct.setPropertiesIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Function.java Fri Aug 22 21:36:47 2014
@@ -993,14 +993,14 @@ public class Function implements org.apa
           case 8: // RESOURCE_URIS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list378 = iprot.readListBegin();
-                struct.resourceUris = new ArrayList<ResourceUri>(_list378.size);
-                for (int _i379 = 0; _i379 < _list378.size; ++_i379)
+                org.apache.thrift.protocol.TList _list386 = iprot.readListBegin();
+                struct.resourceUris = new ArrayList<ResourceUri>(_list386.size);
+                for (int _i387 = 0; _i387 < _list386.size; ++_i387)
                 {
-                  ResourceUri _elem380; // required
-                  _elem380 = new ResourceUri();
-                  _elem380.read(iprot);
-                  struct.resourceUris.add(_elem380);
+                  ResourceUri _elem388; // required
+                  _elem388 = new ResourceUri();
+                  _elem388.read(iprot);
+                  struct.resourceUris.add(_elem388);
                 }
                 iprot.readListEnd();
               }
@@ -1059,9 +1059,9 @@ public class Function implements org.apa
         oprot.writeFieldBegin(RESOURCE_URIS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.resourceUris.size()));
-          for (ResourceUri _iter381 : struct.resourceUris)
+          for (ResourceUri _iter389 : struct.resourceUris)
           {
-            _iter381.write(oprot);
+            _iter389.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -1134,9 +1134,9 @@ public class Function implements org.apa
       if (struct.isSetResourceUris()) {
         {
           oprot.writeI32(struct.resourceUris.size());
-          for (ResourceUri _iter382 : struct.resourceUris)
+          for (ResourceUri _iter390 : struct.resourceUris)
           {
-            _iter382.write(oprot);
+            _iter390.write(oprot);
           }
         }
       }
@@ -1176,14 +1176,14 @@ public class Function implements org.apa
       }
       if (incoming.get(7)) {
         {
-          org.apache.thrift.protocol.TList _list383 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.resourceUris = new ArrayList<ResourceUri>(_list383.size);
-          for (int _i384 = 0; _i384 < _list383.size; ++_i384)
+          org.apache.thrift.protocol.TList _list391 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.resourceUris = new ArrayList<ResourceUri>(_list391.size);
+          for (int _i392 = 0; _i392 < _list391.size; ++_i392)
           {
-            ResourceUri _elem385; // required
-            _elem385 = new ResourceUri();
-            _elem385.read(iprot);
-            struct.resourceUris.add(_elem385);
+            ResourceUri _elem393; // required
+            _elem393 = new ResourceUri();
+            _elem393.read(iprot);
+            struct.resourceUris.add(_elem393);
           }
         }
         struct.setResourceUrisIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java Fri Aug 22 21:36:47 2014
@@ -443,14 +443,14 @@ public class GetOpenTxnsInfoResponse imp
           case 2: // OPEN_TXNS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list386 = iprot.readListBegin();
-                struct.open_txns = new ArrayList<TxnInfo>(_list386.size);
-                for (int _i387 = 0; _i387 < _list386.size; ++_i387)
+                org.apache.thrift.protocol.TList _list394 = iprot.readListBegin();
+                struct.open_txns = new ArrayList<TxnInfo>(_list394.size);
+                for (int _i395 = 0; _i395 < _list394.size; ++_i395)
                 {
-                  TxnInfo _elem388; // required
-                  _elem388 = new TxnInfo();
-                  _elem388.read(iprot);
-                  struct.open_txns.add(_elem388);
+                  TxnInfo _elem396; // required
+                  _elem396 = new TxnInfo();
+                  _elem396.read(iprot);
+                  struct.open_txns.add(_elem396);
                 }
                 iprot.readListEnd();
               }
@@ -479,9 +479,9 @@ public class GetOpenTxnsInfoResponse imp
         oprot.writeFieldBegin(OPEN_TXNS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.open_txns.size()));
-          for (TxnInfo _iter389 : struct.open_txns)
+          for (TxnInfo _iter397 : struct.open_txns)
           {
-            _iter389.write(oprot);
+            _iter397.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -507,9 +507,9 @@ public class GetOpenTxnsInfoResponse imp
       oprot.writeI64(struct.txn_high_water_mark);
       {
         oprot.writeI32(struct.open_txns.size());
-        for (TxnInfo _iter390 : struct.open_txns)
+        for (TxnInfo _iter398 : struct.open_txns)
         {
-          _iter390.write(oprot);
+          _iter398.write(oprot);
         }
       }
     }
@@ -520,14 +520,14 @@ public class GetOpenTxnsInfoResponse imp
       struct.txn_high_water_mark = iprot.readI64();
       struct.setTxn_high_water_markIsSet(true);
       {
-        org.apache.thrift.protocol.TList _list391 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.open_txns = new ArrayList<TxnInfo>(_list391.size);
-        for (int _i392 = 0; _i392 < _list391.size; ++_i392)
+        org.apache.thrift.protocol.TList _list399 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.open_txns = new ArrayList<TxnInfo>(_list399.size);
+        for (int _i400 = 0; _i400 < _list399.size; ++_i400)
         {
-          TxnInfo _elem393; // required
-          _elem393 = new TxnInfo();
-          _elem393.read(iprot);
-          struct.open_txns.add(_elem393);
+          TxnInfo _elem401; // required
+          _elem401 = new TxnInfo();
+          _elem401.read(iprot);
+          struct.open_txns.add(_elem401);
         }
       }
       struct.setOpen_txnsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java Fri Aug 22 21:36:47 2014
@@ -443,13 +443,13 @@ public class GetOpenTxnsResponse impleme
           case 2: // OPEN_TXNS
             if (schemeField.type == org.apache.thrift.protocol.TType.SET) {
               {
-                org.apache.thrift.protocol.TSet _set394 = iprot.readSetBegin();
-                struct.open_txns = new HashSet<Long>(2*_set394.size);
-                for (int _i395 = 0; _i395 < _set394.size; ++_i395)
+                org.apache.thrift.protocol.TSet _set402 = iprot.readSetBegin();
+                struct.open_txns = new HashSet<Long>(2*_set402.size);
+                for (int _i403 = 0; _i403 < _set402.size; ++_i403)
                 {
-                  long _elem396; // required
-                  _elem396 = iprot.readI64();
-                  struct.open_txns.add(_elem396);
+                  long _elem404; // required
+                  _elem404 = iprot.readI64();
+                  struct.open_txns.add(_elem404);
                 }
                 iprot.readSetEnd();
               }
@@ -478,9 +478,9 @@ public class GetOpenTxnsResponse impleme
         oprot.writeFieldBegin(OPEN_TXNS_FIELD_DESC);
         {
           oprot.writeSetBegin(new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, struct.open_txns.size()));
-          for (long _iter397 : struct.open_txns)
+          for (long _iter405 : struct.open_txns)
           {
-            oprot.writeI64(_iter397);
+            oprot.writeI64(_iter405);
           }
           oprot.writeSetEnd();
         }
@@ -506,9 +506,9 @@ public class GetOpenTxnsResponse impleme
       oprot.writeI64(struct.txn_high_water_mark);
       {
         oprot.writeI32(struct.open_txns.size());
-        for (long _iter398 : struct.open_txns)
+        for (long _iter406 : struct.open_txns)
         {
-          oprot.writeI64(_iter398);
+          oprot.writeI64(_iter406);
         }
       }
     }
@@ -519,13 +519,13 @@ public class GetOpenTxnsResponse impleme
       struct.txn_high_water_mark = iprot.readI64();
       struct.setTxn_high_water_markIsSet(true);
       {
-        org.apache.thrift.protocol.TSet _set399 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
-        struct.open_txns = new HashSet<Long>(2*_set399.size);
-        for (int _i400 = 0; _i400 < _set399.size; ++_i400)
+        org.apache.thrift.protocol.TSet _set407 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
+        struct.open_txns = new HashSet<Long>(2*_set407.size);
+        for (int _i408 = 0; _i408 < _set407.size; ++_i408)
         {
-          long _elem401; // required
-          _elem401 = iprot.readI64();
-          struct.open_txns.add(_elem401);
+          long _elem409; // required
+          _elem409 = iprot.readI64();
+          struct.open_txns.add(_elem409);
         }
       }
       struct.setOpen_txnsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java Fri Aug 22 21:36:47 2014
@@ -455,13 +455,13 @@ public class HeartbeatTxnRangeResponse i
           case 1: // ABORTED
             if (schemeField.type == org.apache.thrift.protocol.TType.SET) {
               {
-                org.apache.thrift.protocol.TSet _set426 = iprot.readSetBegin();
-                struct.aborted = new HashSet<Long>(2*_set426.size);
-                for (int _i427 = 0; _i427 < _set426.size; ++_i427)
+                org.apache.thrift.protocol.TSet _set434 = iprot.readSetBegin();
+                struct.aborted = new HashSet<Long>(2*_set434.size);
+                for (int _i435 = 0; _i435 < _set434.size; ++_i435)
                 {
-                  long _elem428; // required
-                  _elem428 = iprot.readI64();
-                  struct.aborted.add(_elem428);
+                  long _elem436; // required
+                  _elem436 = iprot.readI64();
+                  struct.aborted.add(_elem436);
                 }
                 iprot.readSetEnd();
               }
@@ -473,13 +473,13 @@ public class HeartbeatTxnRangeResponse i
           case 2: // NOSUCH
             if (schemeField.type == org.apache.thrift.protocol.TType.SET) {
               {
-                org.apache.thrift.protocol.TSet _set429 = iprot.readSetBegin();
-                struct.nosuch = new HashSet<Long>(2*_set429.size);
-                for (int _i430 = 0; _i430 < _set429.size; ++_i430)
+                org.apache.thrift.protocol.TSet _set437 = iprot.readSetBegin();
+                struct.nosuch = new HashSet<Long>(2*_set437.size);
+                for (int _i438 = 0; _i438 < _set437.size; ++_i438)
                 {
-                  long _elem431; // required
-                  _elem431 = iprot.readI64();
-                  struct.nosuch.add(_elem431);
+                  long _elem439; // required
+                  _elem439 = iprot.readI64();
+                  struct.nosuch.add(_elem439);
                 }
                 iprot.readSetEnd();
               }
@@ -505,9 +505,9 @@ public class HeartbeatTxnRangeResponse i
         oprot.writeFieldBegin(ABORTED_FIELD_DESC);
         {
           oprot.writeSetBegin(new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, struct.aborted.size()));
-          for (long _iter432 : struct.aborted)
+          for (long _iter440 : struct.aborted)
           {
-            oprot.writeI64(_iter432);
+            oprot.writeI64(_iter440);
           }
           oprot.writeSetEnd();
         }
@@ -517,9 +517,9 @@ public class HeartbeatTxnRangeResponse i
         oprot.writeFieldBegin(NOSUCH_FIELD_DESC);
         {
           oprot.writeSetBegin(new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, struct.nosuch.size()));
-          for (long _iter433 : struct.nosuch)
+          for (long _iter441 : struct.nosuch)
           {
-            oprot.writeI64(_iter433);
+            oprot.writeI64(_iter441);
           }
           oprot.writeSetEnd();
         }
@@ -544,16 +544,16 @@ public class HeartbeatTxnRangeResponse i
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.aborted.size());
-        for (long _iter434 : struct.aborted)
+        for (long _iter442 : struct.aborted)
         {
-          oprot.writeI64(_iter434);
+          oprot.writeI64(_iter442);
         }
       }
       {
         oprot.writeI32(struct.nosuch.size());
-        for (long _iter435 : struct.nosuch)
+        for (long _iter443 : struct.nosuch)
         {
-          oprot.writeI64(_iter435);
+          oprot.writeI64(_iter443);
         }
       }
     }
@@ -562,24 +562,24 @@ public class HeartbeatTxnRangeResponse i
     public void read(org.apache.thrift.protocol.TProtocol prot, HeartbeatTxnRangeResponse struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TSet _set436 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
-        struct.aborted = new HashSet<Long>(2*_set436.size);
-        for (int _i437 = 0; _i437 < _set436.size; ++_i437)
-        {
-          long _elem438; // required
-          _elem438 = iprot.readI64();
-          struct.aborted.add(_elem438);
+        org.apache.thrift.protocol.TSet _set444 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
+        struct.aborted = new HashSet<Long>(2*_set444.size);
+        for (int _i445 = 0; _i445 < _set444.size; ++_i445)
+        {
+          long _elem446; // required
+          _elem446 = iprot.readI64();
+          struct.aborted.add(_elem446);
         }
       }
       struct.setAbortedIsSet(true);
       {
-        org.apache.thrift.protocol.TSet _set439 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
-        struct.nosuch = new HashSet<Long>(2*_set439.size);
-        for (int _i440 = 0; _i440 < _set439.size; ++_i440)
-        {
-          long _elem441; // required
-          _elem441 = iprot.readI64();
-          struct.nosuch.add(_elem441);
+        org.apache.thrift.protocol.TSet _set447 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32());
+        struct.nosuch = new HashSet<Long>(2*_set447.size);
+        for (int _i448 = 0; _i448 < _set447.size; ++_i448)
+        {
+          long _elem449; // required
+          _elem449 = iprot.readI64();
+          struct.nosuch.add(_elem449);
         }
       }
       struct.setNosuchIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java Fri Aug 22 21:36:47 2014
@@ -601,14 +601,14 @@ public class LockRequest implements org.
           case 1: // COMPONENT
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list410 = iprot.readListBegin();
-                struct.component = new ArrayList<LockComponent>(_list410.size);
-                for (int _i411 = 0; _i411 < _list410.size; ++_i411)
+                org.apache.thrift.protocol.TList _list418 = iprot.readListBegin();
+                struct.component = new ArrayList<LockComponent>(_list418.size);
+                for (int _i419 = 0; _i419 < _list418.size; ++_i419)
                 {
-                  LockComponent _elem412; // required
-                  _elem412 = new LockComponent();
-                  _elem412.read(iprot);
-                  struct.component.add(_elem412);
+                  LockComponent _elem420; // required
+                  _elem420 = new LockComponent();
+                  _elem420.read(iprot);
+                  struct.component.add(_elem420);
                 }
                 iprot.readListEnd();
               }
@@ -658,9 +658,9 @@ public class LockRequest implements org.
         oprot.writeFieldBegin(COMPONENT_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.component.size()));
-          for (LockComponent _iter413 : struct.component)
+          for (LockComponent _iter421 : struct.component)
           {
-            _iter413.write(oprot);
+            _iter421.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -700,9 +700,9 @@ public class LockRequest implements org.
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.component.size());
-        for (LockComponent _iter414 : struct.component)
+        for (LockComponent _iter422 : struct.component)
         {
-          _iter414.write(oprot);
+          _iter422.write(oprot);
         }
       }
       oprot.writeString(struct.user);
@@ -721,14 +721,14 @@ public class LockRequest implements org.
     public void read(org.apache.thrift.protocol.TProtocol prot, LockRequest struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list415 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.component = new ArrayList<LockComponent>(_list415.size);
-        for (int _i416 = 0; _i416 < _list415.size; ++_i416)
+        org.apache.thrift.protocol.TList _list423 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.component = new ArrayList<LockComponent>(_list423.size);
+        for (int _i424 = 0; _i424 < _list423.size; ++_i424)
         {
-          LockComponent _elem417; // required
-          _elem417 = new LockComponent();
-          _elem417.read(iprot);
-          struct.component.add(_elem417);
+          LockComponent _elem425; // required
+          _elem425 = new LockComponent();
+          _elem425.read(iprot);
+          struct.component.add(_elem425);
         }
       }
       struct.setComponentIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java Fri Aug 22 21:36:47 2014
@@ -350,13 +350,13 @@ public class OpenTxnsResponse implements
           case 1: // TXN_IDS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list402 = iprot.readListBegin();
-                struct.txn_ids = new ArrayList<Long>(_list402.size);
-                for (int _i403 = 0; _i403 < _list402.size; ++_i403)
+                org.apache.thrift.protocol.TList _list410 = iprot.readListBegin();
+                struct.txn_ids = new ArrayList<Long>(_list410.size);
+                for (int _i411 = 0; _i411 < _list410.size; ++_i411)
                 {
-                  long _elem404; // required
-                  _elem404 = iprot.readI64();
-                  struct.txn_ids.add(_elem404);
+                  long _elem412; // required
+                  _elem412 = iprot.readI64();
+                  struct.txn_ids.add(_elem412);
                 }
                 iprot.readListEnd();
               }
@@ -382,9 +382,9 @@ public class OpenTxnsResponse implements
         oprot.writeFieldBegin(TXN_IDS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, struct.txn_ids.size()));
-          for (long _iter405 : struct.txn_ids)
+          for (long _iter413 : struct.txn_ids)
           {
-            oprot.writeI64(_iter405);
+            oprot.writeI64(_iter413);
           }
           oprot.writeListEnd();
         }
@@ -409,9 +409,9 @@ public class OpenTxnsResponse implements
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.txn_ids.size());
-        for (long _iter406 : struct.txn_ids)
+        for (long _iter414 : struct.txn_ids)
         {
-          oprot.writeI64(_iter406);
+          oprot.writeI64(_iter414);
         }
       }
     }
@@ -420,13 +420,13 @@ public class OpenTxnsResponse implements
     public void read(org.apache.thrift.protocol.TProtocol prot, OpenTxnsResponse struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list407 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, iprot.readI32());
-        struct.txn_ids = new ArrayList<Long>(_list407.size);
-        for (int _i408 = 0; _i408 < _list407.size; ++_i408)
+        org.apache.thrift.protocol.TList _list415 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, iprot.readI32());
+        struct.txn_ids = new ArrayList<Long>(_list415.size);
+        for (int _i416 = 0; _i416 < _list415.size; ++_i416)
         {
-          long _elem409; // required
-          _elem409 = iprot.readI64();
-          struct.txn_ids.add(_elem409);
+          long _elem417; // required
+          _elem417 = iprot.readI64();
+          struct.txn_ids.add(_elem417);
         }
       }
       struct.setTxn_idsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java Fri Aug 22 21:36:47 2014
@@ -435,14 +435,14 @@ public class PartitionsByExprResult impl
           case 1: // PARTITIONS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list280 = iprot.readListBegin();
-                struct.partitions = new ArrayList<Partition>(_list280.size);
-                for (int _i281 = 0; _i281 < _list280.size; ++_i281)
+                org.apache.thrift.protocol.TList _list288 = iprot.readListBegin();
+                struct.partitions = new ArrayList<Partition>(_list288.size);
+                for (int _i289 = 0; _i289 < _list288.size; ++_i289)
                 {
-                  Partition _elem282; // required
-                  _elem282 = new Partition();
-                  _elem282.read(iprot);
-                  struct.partitions.add(_elem282);
+                  Partition _elem290; // required
+                  _elem290 = new Partition();
+                  _elem290.read(iprot);
+                  struct.partitions.add(_elem290);
                 }
                 iprot.readListEnd();
               }
@@ -476,9 +476,9 @@ public class PartitionsByExprResult impl
         oprot.writeFieldBegin(PARTITIONS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.partitions.size()));
-          for (Partition _iter283 : struct.partitions)
+          for (Partition _iter291 : struct.partitions)
           {
-            _iter283.write(oprot);
+            _iter291.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -506,9 +506,9 @@ public class PartitionsByExprResult impl
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.partitions.size());
-        for (Partition _iter284 : struct.partitions)
+        for (Partition _iter292 : struct.partitions)
         {
-          _iter284.write(oprot);
+          _iter292.write(oprot);
         }
       }
       oprot.writeBool(struct.hasUnknownPartitions);
@@ -518,14 +518,14 @@ public class PartitionsByExprResult impl
     public void read(org.apache.thrift.protocol.TProtocol prot, PartitionsByExprResult struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list285 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.partitions = new ArrayList<Partition>(_list285.size);
-        for (int _i286 = 0; _i286 < _list285.size; ++_i286)
+        org.apache.thrift.protocol.TList _list293 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.partitions = new ArrayList<Partition>(_list293.size);
+        for (int _i294 = 0; _i294 < _list293.size; ++_i294)
         {
-          Partition _elem287; // required
-          _elem287 = new Partition();
-          _elem287.read(iprot);
-          struct.partitions.add(_elem287);
+          Partition _elem295; // required
+          _elem295 = new Partition();
+          _elem295.read(iprot);
+          struct.partitions.add(_elem295);
         }
       }
       struct.setPartitionsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java Fri Aug 22 21:36:47 2014
@@ -641,13 +641,13 @@ public class PartitionsStatsRequest impl
           case 3: // COL_NAMES
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list322 = iprot.readListBegin();
-                struct.colNames = new ArrayList<String>(_list322.size);
-                for (int _i323 = 0; _i323 < _list322.size; ++_i323)
+                org.apache.thrift.protocol.TList _list330 = iprot.readListBegin();
+                struct.colNames = new ArrayList<String>(_list330.size);
+                for (int _i331 = 0; _i331 < _list330.size; ++_i331)
                 {
-                  String _elem324; // required
-                  _elem324 = iprot.readString();
-                  struct.colNames.add(_elem324);
+                  String _elem332; // required
+                  _elem332 = iprot.readString();
+                  struct.colNames.add(_elem332);
                 }
                 iprot.readListEnd();
               }
@@ -659,13 +659,13 @@ public class PartitionsStatsRequest impl
           case 4: // PART_NAMES
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list325 = iprot.readListBegin();
-                struct.partNames = new ArrayList<String>(_list325.size);
-                for (int _i326 = 0; _i326 < _list325.size; ++_i326)
+                org.apache.thrift.protocol.TList _list333 = iprot.readListBegin();
+                struct.partNames = new ArrayList<String>(_list333.size);
+                for (int _i334 = 0; _i334 < _list333.size; ++_i334)
                 {
-                  String _elem327; // required
-                  _elem327 = iprot.readString();
-                  struct.partNames.add(_elem327);
+                  String _elem335; // required
+                  _elem335 = iprot.readString();
+                  struct.partNames.add(_elem335);
                 }
                 iprot.readListEnd();
               }
@@ -701,9 +701,9 @@ public class PartitionsStatsRequest impl
         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 _iter328 : struct.colNames)
+          for (String _iter336 : struct.colNames)
           {
-            oprot.writeString(_iter328);
+            oprot.writeString(_iter336);
           }
           oprot.writeListEnd();
         }
@@ -713,9 +713,9 @@ public class PartitionsStatsRequest impl
         oprot.writeFieldBegin(PART_NAMES_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.partNames.size()));
-          for (String _iter329 : struct.partNames)
+          for (String _iter337 : struct.partNames)
           {
-            oprot.writeString(_iter329);
+            oprot.writeString(_iter337);
           }
           oprot.writeListEnd();
         }
@@ -742,16 +742,16 @@ public class PartitionsStatsRequest impl
       oprot.writeString(struct.tblName);
       {
         oprot.writeI32(struct.colNames.size());
-        for (String _iter330 : struct.colNames)
+        for (String _iter338 : struct.colNames)
         {
-          oprot.writeString(_iter330);
+          oprot.writeString(_iter338);
         }
       }
       {
         oprot.writeI32(struct.partNames.size());
-        for (String _iter331 : struct.partNames)
+        for (String _iter339 : struct.partNames)
         {
-          oprot.writeString(_iter331);
+          oprot.writeString(_iter339);
         }
       }
     }
@@ -764,24 +764,24 @@ public class PartitionsStatsRequest impl
       struct.tblName = iprot.readString();
       struct.setTblNameIsSet(true);
       {
-        org.apache.thrift.protocol.TList _list332 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-        struct.colNames = new ArrayList<String>(_list332.size);
-        for (int _i333 = 0; _i333 < _list332.size; ++_i333)
-        {
-          String _elem334; // required
-          _elem334 = iprot.readString();
-          struct.colNames.add(_elem334);
+        org.apache.thrift.protocol.TList _list340 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+        struct.colNames = new ArrayList<String>(_list340.size);
+        for (int _i341 = 0; _i341 < _list340.size; ++_i341)
+        {
+          String _elem342; // required
+          _elem342 = iprot.readString();
+          struct.colNames.add(_elem342);
         }
       }
       struct.setColNamesIsSet(true);
       {
-        org.apache.thrift.protocol.TList _list335 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-        struct.partNames = new ArrayList<String>(_list335.size);
-        for (int _i336 = 0; _i336 < _list335.size; ++_i336)
-        {
-          String _elem337; // required
-          _elem337 = iprot.readString();
-          struct.partNames.add(_elem337);
+        org.apache.thrift.protocol.TList _list343 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+        struct.partNames = new ArrayList<String>(_list343.size);
+        for (int _i344 = 0; _i344 < _list343.size; ++_i344)
+        {
+          String _elem345; // required
+          _elem345 = iprot.readString();
+          struct.partNames.add(_elem345);
         }
       }
       struct.setPartNamesIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java Fri Aug 22 21:36:47 2014
@@ -359,26 +359,26 @@ public class PartitionsStatsResult imple
           case 1: // PART_STATS
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map296 = iprot.readMapBegin();
-                struct.partStats = new HashMap<String,List<ColumnStatisticsObj>>(2*_map296.size);
-                for (int _i297 = 0; _i297 < _map296.size; ++_i297)
+                org.apache.thrift.protocol.TMap _map304 = iprot.readMapBegin();
+                struct.partStats = new HashMap<String,List<ColumnStatisticsObj>>(2*_map304.size);
+                for (int _i305 = 0; _i305 < _map304.size; ++_i305)
                 {
-                  String _key298; // required
-                  List<ColumnStatisticsObj> _val299; // required
-                  _key298 = iprot.readString();
+                  String _key306; // required
+                  List<ColumnStatisticsObj> _val307; // required
+                  _key306 = iprot.readString();
                   {
-                    org.apache.thrift.protocol.TList _list300 = iprot.readListBegin();
-                    _val299 = new ArrayList<ColumnStatisticsObj>(_list300.size);
-                    for (int _i301 = 0; _i301 < _list300.size; ++_i301)
+                    org.apache.thrift.protocol.TList _list308 = iprot.readListBegin();
+                    _val307 = new ArrayList<ColumnStatisticsObj>(_list308.size);
+                    for (int _i309 = 0; _i309 < _list308.size; ++_i309)
                     {
-                      ColumnStatisticsObj _elem302; // required
-                      _elem302 = new ColumnStatisticsObj();
-                      _elem302.read(iprot);
-                      _val299.add(_elem302);
+                      ColumnStatisticsObj _elem310; // required
+                      _elem310 = new ColumnStatisticsObj();
+                      _elem310.read(iprot);
+                      _val307.add(_elem310);
                     }
                     iprot.readListEnd();
                   }
-                  struct.partStats.put(_key298, _val299);
+                  struct.partStats.put(_key306, _val307);
                 }
                 iprot.readMapEnd();
               }
@@ -404,14 +404,14 @@ public class PartitionsStatsResult imple
         oprot.writeFieldBegin(PART_STATS_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, struct.partStats.size()));
-          for (Map.Entry<String, List<ColumnStatisticsObj>> _iter303 : struct.partStats.entrySet())
+          for (Map.Entry<String, List<ColumnStatisticsObj>> _iter311 : struct.partStats.entrySet())
           {
-            oprot.writeString(_iter303.getKey());
+            oprot.writeString(_iter311.getKey());
             {
-              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter303.getValue().size()));
-              for (ColumnStatisticsObj _iter304 : _iter303.getValue())
+              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter311.getValue().size()));
+              for (ColumnStatisticsObj _iter312 : _iter311.getValue())
               {
-                _iter304.write(oprot);
+                _iter312.write(oprot);
               }
               oprot.writeListEnd();
             }
@@ -439,14 +439,14 @@ public class PartitionsStatsResult imple
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.partStats.size());
-        for (Map.Entry<String, List<ColumnStatisticsObj>> _iter305 : struct.partStats.entrySet())
+        for (Map.Entry<String, List<ColumnStatisticsObj>> _iter313 : struct.partStats.entrySet())
         {
-          oprot.writeString(_iter305.getKey());
+          oprot.writeString(_iter313.getKey());
           {
-            oprot.writeI32(_iter305.getValue().size());
-            for (ColumnStatisticsObj _iter306 : _iter305.getValue())
+            oprot.writeI32(_iter313.getValue().size());
+            for (ColumnStatisticsObj _iter314 : _iter313.getValue())
             {
-              _iter306.write(oprot);
+              _iter314.write(oprot);
             }
           }
         }
@@ -457,25 +457,25 @@ public class PartitionsStatsResult imple
     public void read(org.apache.thrift.protocol.TProtocol prot, PartitionsStatsResult struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TMap _map307 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, iprot.readI32());
-        struct.partStats = new HashMap<String,List<ColumnStatisticsObj>>(2*_map307.size);
-        for (int _i308 = 0; _i308 < _map307.size; ++_i308)
+        org.apache.thrift.protocol.TMap _map315 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, iprot.readI32());
+        struct.partStats = new HashMap<String,List<ColumnStatisticsObj>>(2*_map315.size);
+        for (int _i316 = 0; _i316 < _map315.size; ++_i316)
         {
-          String _key309; // required
-          List<ColumnStatisticsObj> _val310; // required
-          _key309 = iprot.readString();
+          String _key317; // required
+          List<ColumnStatisticsObj> _val318; // required
+          _key317 = iprot.readString();
           {
-            org.apache.thrift.protocol.TList _list311 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-            _val310 = new ArrayList<ColumnStatisticsObj>(_list311.size);
-            for (int _i312 = 0; _i312 < _list311.size; ++_i312)
+            org.apache.thrift.protocol.TList _list319 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+            _val318 = new ArrayList<ColumnStatisticsObj>(_list319.size);
+            for (int _i320 = 0; _i320 < _list319.size; ++_i320)
             {
-              ColumnStatisticsObj _elem313; // required
-              _elem313 = new ColumnStatisticsObj();
-              _elem313.read(iprot);
-              _val310.add(_elem313);
+              ColumnStatisticsObj _elem321; // required
+              _elem321 = new ColumnStatisticsObj();
+              _elem321.read(iprot);
+              _val318.add(_elem321);
             }
           }
-          struct.partStats.put(_key309, _val310);
+          struct.partStats.put(_key317, _val318);
         }
       }
       struct.setPartStatsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java Fri Aug 22 21:36:47 2014
@@ -165,13 +165,13 @@ public class RequestPartsSpec extends or
           if (field.type == NAMES_FIELD_DESC.type) {
             List<String> names;
             {
-              org.apache.thrift.protocol.TList _list362 = iprot.readListBegin();
-              names = new ArrayList<String>(_list362.size);
-              for (int _i363 = 0; _i363 < _list362.size; ++_i363)
+              org.apache.thrift.protocol.TList _list370 = iprot.readListBegin();
+              names = new ArrayList<String>(_list370.size);
+              for (int _i371 = 0; _i371 < _list370.size; ++_i371)
               {
-                String _elem364; // required
-                _elem364 = iprot.readString();
-                names.add(_elem364);
+                String _elem372; // required
+                _elem372 = iprot.readString();
+                names.add(_elem372);
               }
               iprot.readListEnd();
             }
@@ -184,14 +184,14 @@ public class RequestPartsSpec extends or
           if (field.type == EXPRS_FIELD_DESC.type) {
             List<DropPartitionsExpr> exprs;
             {
-              org.apache.thrift.protocol.TList _list365 = iprot.readListBegin();
-              exprs = new ArrayList<DropPartitionsExpr>(_list365.size);
-              for (int _i366 = 0; _i366 < _list365.size; ++_i366)
+              org.apache.thrift.protocol.TList _list373 = iprot.readListBegin();
+              exprs = new ArrayList<DropPartitionsExpr>(_list373.size);
+              for (int _i374 = 0; _i374 < _list373.size; ++_i374)
               {
-                DropPartitionsExpr _elem367; // required
-                _elem367 = new DropPartitionsExpr();
-                _elem367.read(iprot);
-                exprs.add(_elem367);
+                DropPartitionsExpr _elem375; // required
+                _elem375 = new DropPartitionsExpr();
+                _elem375.read(iprot);
+                exprs.add(_elem375);
               }
               iprot.readListEnd();
             }
@@ -215,9 +215,9 @@ public class RequestPartsSpec extends or
         List<String> names = (List<String>)value_;
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, names.size()));
-          for (String _iter368 : names)
+          for (String _iter376 : names)
           {
-            oprot.writeString(_iter368);
+            oprot.writeString(_iter376);
           }
           oprot.writeListEnd();
         }
@@ -226,9 +226,9 @@ public class RequestPartsSpec extends or
         List<DropPartitionsExpr> exprs = (List<DropPartitionsExpr>)value_;
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, exprs.size()));
-          for (DropPartitionsExpr _iter369 : exprs)
+          for (DropPartitionsExpr _iter377 : exprs)
           {
-            _iter369.write(oprot);
+            _iter377.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -246,13 +246,13 @@ public class RequestPartsSpec extends or
         case NAMES:
           List<String> names;
           {
-            org.apache.thrift.protocol.TList _list370 = iprot.readListBegin();
-            names = new ArrayList<String>(_list370.size);
-            for (int _i371 = 0; _i371 < _list370.size; ++_i371)
+            org.apache.thrift.protocol.TList _list378 = iprot.readListBegin();
+            names = new ArrayList<String>(_list378.size);
+            for (int _i379 = 0; _i379 < _list378.size; ++_i379)
             {
-              String _elem372; // required
-              _elem372 = iprot.readString();
-              names.add(_elem372);
+              String _elem380; // required
+              _elem380 = iprot.readString();
+              names.add(_elem380);
             }
             iprot.readListEnd();
           }
@@ -260,14 +260,14 @@ public class RequestPartsSpec extends or
         case EXPRS:
           List<DropPartitionsExpr> exprs;
           {
-            org.apache.thrift.protocol.TList _list373 = iprot.readListBegin();
-            exprs = new ArrayList<DropPartitionsExpr>(_list373.size);
-            for (int _i374 = 0; _i374 < _list373.size; ++_i374)
+            org.apache.thrift.protocol.TList _list381 = iprot.readListBegin();
+            exprs = new ArrayList<DropPartitionsExpr>(_list381.size);
+            for (int _i382 = 0; _i382 < _list381.size; ++_i382)
             {
-              DropPartitionsExpr _elem375; // required
-              _elem375 = new DropPartitionsExpr();
-              _elem375.read(iprot);
-              exprs.add(_elem375);
+              DropPartitionsExpr _elem383; // required
+              _elem383 = new DropPartitionsExpr();
+              _elem383.read(iprot);
+              exprs.add(_elem383);
             }
             iprot.readListEnd();
           }
@@ -287,9 +287,9 @@ public class RequestPartsSpec extends or
         List<String> names = (List<String>)value_;
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, names.size()));
-          for (String _iter376 : names)
+          for (String _iter384 : names)
           {
-            oprot.writeString(_iter376);
+            oprot.writeString(_iter384);
           }
           oprot.writeListEnd();
         }
@@ -298,9 +298,9 @@ public class RequestPartsSpec extends or
         List<DropPartitionsExpr> exprs = (List<DropPartitionsExpr>)value_;
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, exprs.size()));
-          for (DropPartitionsExpr _iter377 : exprs)
+          for (DropPartitionsExpr _iter385 : exprs)
           {
-            _iter377.write(oprot);
+            _iter385.write(oprot);
           }
           oprot.writeListEnd();
         }

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/Schema.java Fri Aug 22 21:36:47 2014
@@ -452,14 +452,14 @@ public class Schema implements org.apach
           case 1: // FIELD_SCHEMAS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list252 = iprot.readListBegin();
-                struct.fieldSchemas = new ArrayList<FieldSchema>(_list252.size);
-                for (int _i253 = 0; _i253 < _list252.size; ++_i253)
+                org.apache.thrift.protocol.TList _list260 = iprot.readListBegin();
+                struct.fieldSchemas = new ArrayList<FieldSchema>(_list260.size);
+                for (int _i261 = 0; _i261 < _list260.size; ++_i261)
                 {
-                  FieldSchema _elem254; // required
-                  _elem254 = new FieldSchema();
-                  _elem254.read(iprot);
-                  struct.fieldSchemas.add(_elem254);
+                  FieldSchema _elem262; // required
+                  _elem262 = new FieldSchema();
+                  _elem262.read(iprot);
+                  struct.fieldSchemas.add(_elem262);
                 }
                 iprot.readListEnd();
               }
@@ -471,15 +471,15 @@ public class Schema implements org.apach
           case 2: // PROPERTIES
             if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
               {
-                org.apache.thrift.protocol.TMap _map255 = iprot.readMapBegin();
-                struct.properties = new HashMap<String,String>(2*_map255.size);
-                for (int _i256 = 0; _i256 < _map255.size; ++_i256)
+                org.apache.thrift.protocol.TMap _map263 = iprot.readMapBegin();
+                struct.properties = new HashMap<String,String>(2*_map263.size);
+                for (int _i264 = 0; _i264 < _map263.size; ++_i264)
                 {
-                  String _key257; // required
-                  String _val258; // required
-                  _key257 = iprot.readString();
-                  _val258 = iprot.readString();
-                  struct.properties.put(_key257, _val258);
+                  String _key265; // required
+                  String _val266; // required
+                  _key265 = iprot.readString();
+                  _val266 = iprot.readString();
+                  struct.properties.put(_key265, _val266);
                 }
                 iprot.readMapEnd();
               }
@@ -505,9 +505,9 @@ public class Schema implements org.apach
         oprot.writeFieldBegin(FIELD_SCHEMAS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.fieldSchemas.size()));
-          for (FieldSchema _iter259 : struct.fieldSchemas)
+          for (FieldSchema _iter267 : struct.fieldSchemas)
           {
-            _iter259.write(oprot);
+            _iter267.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -517,10 +517,10 @@ public class Schema implements org.apach
         oprot.writeFieldBegin(PROPERTIES_FIELD_DESC);
         {
           oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.properties.size()));
-          for (Map.Entry<String, String> _iter260 : struct.properties.entrySet())
+          for (Map.Entry<String, String> _iter268 : struct.properties.entrySet())
           {
-            oprot.writeString(_iter260.getKey());
-            oprot.writeString(_iter260.getValue());
+            oprot.writeString(_iter268.getKey());
+            oprot.writeString(_iter268.getValue());
           }
           oprot.writeMapEnd();
         }
@@ -554,19 +554,19 @@ public class Schema implements org.apach
       if (struct.isSetFieldSchemas()) {
         {
           oprot.writeI32(struct.fieldSchemas.size());
-          for (FieldSchema _iter261 : struct.fieldSchemas)
+          for (FieldSchema _iter269 : struct.fieldSchemas)
           {
-            _iter261.write(oprot);
+            _iter269.write(oprot);
           }
         }
       }
       if (struct.isSetProperties()) {
         {
           oprot.writeI32(struct.properties.size());
-          for (Map.Entry<String, String> _iter262 : struct.properties.entrySet())
+          for (Map.Entry<String, String> _iter270 : struct.properties.entrySet())
           {
-            oprot.writeString(_iter262.getKey());
-            oprot.writeString(_iter262.getValue());
+            oprot.writeString(_iter270.getKey());
+            oprot.writeString(_iter270.getValue());
           }
         }
       }
@@ -578,29 +578,29 @@ public class Schema implements org.apach
       BitSet incoming = iprot.readBitSet(2);
       if (incoming.get(0)) {
         {
-          org.apache.thrift.protocol.TList _list263 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.fieldSchemas = new ArrayList<FieldSchema>(_list263.size);
-          for (int _i264 = 0; _i264 < _list263.size; ++_i264)
-          {
-            FieldSchema _elem265; // required
-            _elem265 = new FieldSchema();
-            _elem265.read(iprot);
-            struct.fieldSchemas.add(_elem265);
+          org.apache.thrift.protocol.TList _list271 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.fieldSchemas = new ArrayList<FieldSchema>(_list271.size);
+          for (int _i272 = 0; _i272 < _list271.size; ++_i272)
+          {
+            FieldSchema _elem273; // required
+            _elem273 = new FieldSchema();
+            _elem273.read(iprot);
+            struct.fieldSchemas.add(_elem273);
           }
         }
         struct.setFieldSchemasIsSet(true);
       }
       if (incoming.get(1)) {
         {
-          org.apache.thrift.protocol.TMap _map266 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-          struct.properties = new HashMap<String,String>(2*_map266.size);
-          for (int _i267 = 0; _i267 < _map266.size; ++_i267)
-          {
-            String _key268; // required
-            String _val269; // required
-            _key268 = iprot.readString();
-            _val269 = iprot.readString();
-            struct.properties.put(_key268, _val269);
+          org.apache.thrift.protocol.TMap _map274 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+          struct.properties = new HashMap<String,String>(2*_map274.size);
+          for (int _i275 = 0; _i275 < _map274.size; ++_i275)
+          {
+            String _key276; // required
+            String _val277; // required
+            _key276 = iprot.readString();
+            _val277 = iprot.readString();
+            struct.properties.put(_key276, _val277);
           }
         }
         struct.setPropertiesIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java Fri Aug 22 21:36:47 2014
@@ -350,14 +350,14 @@ public class ShowCompactResponse impleme
           case 1: // COMPACTS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list442 = iprot.readListBegin();
-                struct.compacts = new ArrayList<ShowCompactResponseElement>(_list442.size);
-                for (int _i443 = 0; _i443 < _list442.size; ++_i443)
+                org.apache.thrift.protocol.TList _list450 = iprot.readListBegin();
+                struct.compacts = new ArrayList<ShowCompactResponseElement>(_list450.size);
+                for (int _i451 = 0; _i451 < _list450.size; ++_i451)
                 {
-                  ShowCompactResponseElement _elem444; // required
-                  _elem444 = new ShowCompactResponseElement();
-                  _elem444.read(iprot);
-                  struct.compacts.add(_elem444);
+                  ShowCompactResponseElement _elem452; // required
+                  _elem452 = new ShowCompactResponseElement();
+                  _elem452.read(iprot);
+                  struct.compacts.add(_elem452);
                 }
                 iprot.readListEnd();
               }
@@ -383,9 +383,9 @@ public class ShowCompactResponse impleme
         oprot.writeFieldBegin(COMPACTS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.compacts.size()));
-          for (ShowCompactResponseElement _iter445 : struct.compacts)
+          for (ShowCompactResponseElement _iter453 : struct.compacts)
           {
-            _iter445.write(oprot);
+            _iter453.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -410,9 +410,9 @@ public class ShowCompactResponse impleme
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.compacts.size());
-        for (ShowCompactResponseElement _iter446 : struct.compacts)
+        for (ShowCompactResponseElement _iter454 : struct.compacts)
         {
-          _iter446.write(oprot);
+          _iter454.write(oprot);
         }
       }
     }
@@ -421,14 +421,14 @@ public class ShowCompactResponse impleme
     public void read(org.apache.thrift.protocol.TProtocol prot, ShowCompactResponse struct) throws org.apache.thrift.TException {
       TTupleProtocol iprot = (TTupleProtocol) prot;
       {
-        org.apache.thrift.protocol.TList _list447 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.compacts = new ArrayList<ShowCompactResponseElement>(_list447.size);
-        for (int _i448 = 0; _i448 < _list447.size; ++_i448)
+        org.apache.thrift.protocol.TList _list455 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.compacts = new ArrayList<ShowCompactResponseElement>(_list455.size);
+        for (int _i456 = 0; _i456 < _list455.size; ++_i456)
         {
-          ShowCompactResponseElement _elem449; // required
-          _elem449 = new ShowCompactResponseElement();
-          _elem449.read(iprot);
-          struct.compacts.add(_elem449);
+          ShowCompactResponseElement _elem457; // required
+          _elem457 = new ShowCompactResponseElement();
+          _elem457.read(iprot);
+          struct.compacts.add(_elem457);
         }
       }
       struct.setCompactsIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java Fri Aug 22 21:36:47 2014
@@ -346,14 +346,14 @@ public class ShowLocksResponse implement
           case 1: // LOCKS
             if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
               {
-                org.apache.thrift.protocol.TList _list418 = iprot.readListBegin();
-                struct.locks = new ArrayList<ShowLocksResponseElement>(_list418.size);
-                for (int _i419 = 0; _i419 < _list418.size; ++_i419)
+                org.apache.thrift.protocol.TList _list426 = iprot.readListBegin();
+                struct.locks = new ArrayList<ShowLocksResponseElement>(_list426.size);
+                for (int _i427 = 0; _i427 < _list426.size; ++_i427)
                 {
-                  ShowLocksResponseElement _elem420; // required
-                  _elem420 = new ShowLocksResponseElement();
-                  _elem420.read(iprot);
-                  struct.locks.add(_elem420);
+                  ShowLocksResponseElement _elem428; // required
+                  _elem428 = new ShowLocksResponseElement();
+                  _elem428.read(iprot);
+                  struct.locks.add(_elem428);
                 }
                 iprot.readListEnd();
               }
@@ -379,9 +379,9 @@ public class ShowLocksResponse implement
         oprot.writeFieldBegin(LOCKS_FIELD_DESC);
         {
           oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.locks.size()));
-          for (ShowLocksResponseElement _iter421 : struct.locks)
+          for (ShowLocksResponseElement _iter429 : struct.locks)
           {
-            _iter421.write(oprot);
+            _iter429.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -412,9 +412,9 @@ public class ShowLocksResponse implement
       if (struct.isSetLocks()) {
         {
           oprot.writeI32(struct.locks.size());
-          for (ShowLocksResponseElement _iter422 : struct.locks)
+          for (ShowLocksResponseElement _iter430 : struct.locks)
           {
-            _iter422.write(oprot);
+            _iter430.write(oprot);
           }
         }
       }
@@ -426,14 +426,14 @@ public class ShowLocksResponse implement
       BitSet incoming = iprot.readBitSet(1);
       if (incoming.get(0)) {
         {
-          org.apache.thrift.protocol.TList _list423 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-          struct.locks = new ArrayList<ShowLocksResponseElement>(_list423.size);
-          for (int _i424 = 0; _i424 < _list423.size; ++_i424)
+          org.apache.thrift.protocol.TList _list431 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+          struct.locks = new ArrayList<ShowLocksResponseElement>(_list431.size);
+          for (int _i432 = 0; _i432 < _list431.size; ++_i432)
           {
-            ShowLocksResponseElement _elem425; // required
-            _elem425 = new ShowLocksResponseElement();
-            _elem425.read(iprot);
-            struct.locks.add(_elem425);
+            ShowLocksResponseElement _elem433; // required
+            _elem433 = new ShowLocksResponseElement();
+            _elem433.read(iprot);
+            struct.locks.add(_elem433);
           }
         }
         struct.setLocksIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java Fri Aug 22 21:36:47 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 _list314 = iprot.readListBegin();
-                struct.colNames = new ArrayList<String>(_list314.size);
-                for (int _i315 = 0; _i315 < _list314.size; ++_i315)
+                org.apache.thrift.protocol.TList _list322 = iprot.readListBegin();
+                struct.colNames = new ArrayList<String>(_list322.size);
+                for (int _i323 = 0; _i323 < _list322.size; ++_i323)
                 {
-                  String _elem316; // required
-                  _elem316 = iprot.readString();
-                  struct.colNames.add(_elem316);
+                  String _elem324; // required
+                  _elem324 = iprot.readString();
+                  struct.colNames.add(_elem324);
                 }
                 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 _iter317 : struct.colNames)
+          for (String _iter325 : struct.colNames)
           {
-            oprot.writeString(_iter317);
+            oprot.writeString(_iter325);
           }
           oprot.writeListEnd();
         }
@@ -607,9 +607,9 @@ public class TableStatsRequest implement
       oprot.writeString(struct.tblName);
       {
         oprot.writeI32(struct.colNames.size());
-        for (String _iter318 : struct.colNames)
+        for (String _iter326 : struct.colNames)
         {
-          oprot.writeString(_iter318);
+          oprot.writeString(_iter326);
         }
       }
     }
@@ -622,13 +622,13 @@ public class TableStatsRequest implement
       struct.tblName = iprot.readString();
       struct.setTblNameIsSet(true);
       {
-        org.apache.thrift.protocol.TList _list319 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
-        struct.colNames = new ArrayList<String>(_list319.size);
-        for (int _i320 = 0; _i320 < _list319.size; ++_i320)
+        org.apache.thrift.protocol.TList _list327 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
+        struct.colNames = new ArrayList<String>(_list327.size);
+        for (int _i328 = 0; _i328 < _list327.size; ++_i328)
         {
-          String _elem321; // required
-          _elem321 = iprot.readString();
-          struct.colNames.add(_elem321);
+          String _elem329; // required
+          _elem329 = iprot.readString();
+          struct.colNames.add(_elem329);
         }
       }
       struct.setColNamesIsSet(true);

Modified: hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java
URL: http://svn.apache.org/viewvc/hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java?rev=1619936&r1=1619935&r2=1619936&view=diff
==============================================================================
--- hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java (original)
+++ hive/branches/cbo/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java Fri Aug 22 21:36:47 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 _list288 = iprot.readListBegin();
-                struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list288.size);
-                for (int _i289 = 0; _i289 < _list288.size; ++_i289)
+                org.apache.thrift.protocol.TList _list296 = iprot.readListBegin();
+                struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list296.size);
+                for (int _i297 = 0; _i297 < _list296.size; ++_i297)
                 {
-                  ColumnStatisticsObj _elem290; // required
-                  _elem290 = new ColumnStatisticsObj();
-                  _elem290.read(iprot);
-                  struct.tableStats.add(_elem290);
+                  ColumnStatisticsObj _elem298; // required
+                  _elem298 = new ColumnStatisticsObj();
+                  _elem298.read(iprot);
+                  struct.tableStats.add(_elem298);
                 }
                 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 _iter291 : struct.tableStats)
+          for (ColumnStatisticsObj _iter299 : struct.tableStats)
           {
-            _iter291.write(oprot);
+            _iter299.write(oprot);
           }
           oprot.writeListEnd();
         }
@@ -410,9 +410,9 @@ public class TableStatsResult implements
       TTupleProtocol oprot = (TTupleProtocol) prot;
       {
         oprot.writeI32(struct.tableStats.size());
-        for (ColumnStatisticsObj _iter292 : struct.tableStats)
+        for (ColumnStatisticsObj _iter300 : struct.tableStats)
         {
-          _iter292.write(oprot);
+          _iter300.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 _list293 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list293.size);
-        for (int _i294 = 0; _i294 < _list293.size; ++_i294)
+        org.apache.thrift.protocol.TList _list301 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
+        struct.tableStats = new ArrayList<ColumnStatisticsObj>(_list301.size);
+        for (int _i302 = 0; _i302 < _list301.size; ++_i302)
         {
-          ColumnStatisticsObj _elem295; // required
-          _elem295 = new ColumnStatisticsObj();
-          _elem295.read(iprot);
-          struct.tableStats.add(_elem295);
+          ColumnStatisticsObj _elem303; // required
+          _elem303 = new ColumnStatisticsObj();
+          _elem303.read(iprot);
+          struct.tableStats.add(_elem303);
         }
       }
       struct.setTableStatsIsSet(true);