http://git-wip-us.apache.org/repos/asf/hive/blob/9a149843/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java ---------------------------------------------------------------------- diff --git a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java index 1dd13cc..915d649 100644 --- a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java +++ b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java @@ -354,14 +354,14 @@ public class ShowCompactResponse implements org.apache.thrift.TBase<ShowCompactR case 1: // COMPACTS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list566 = iprot.readListBegin(); - struct.compacts = new ArrayList<ShowCompactResponseElement>(_list566.size); - ShowCompactResponseElement _elem567; - for (int _i568 = 0; _i568 < _list566.size; ++_i568) + org.apache.thrift.protocol.TList _list598 = iprot.readListBegin(); + struct.compacts = new ArrayList<ShowCompactResponseElement>(_list598.size); + ShowCompactResponseElement _elem599; + for (int _i600 = 0; _i600 < _list598.size; ++_i600) { - _elem567 = new ShowCompactResponseElement(); - _elem567.read(iprot); - struct.compacts.add(_elem567); + _elem599 = new ShowCompactResponseElement(); + _elem599.read(iprot); + struct.compacts.add(_elem599); } iprot.readListEnd(); } @@ -387,9 +387,9 @@ public class ShowCompactResponse implements org.apache.thrift.TBase<ShowCompactR oprot.writeFieldBegin(COMPACTS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.compacts.size())); - for (ShowCompactResponseElement _iter569 : struct.compacts) + for (ShowCompactResponseElement _iter601 : struct.compacts) { - _iter569.write(oprot); + _iter601.write(oprot); } oprot.writeListEnd(); } @@ -414,9 +414,9 @@ public class ShowCompactResponse implements org.apache.thrift.TBase<ShowCompactR TTupleProtocol oprot = (TTupleProtocol) prot; { oprot.writeI32(struct.compacts.size()); - for (ShowCompactResponseElement _iter570 : struct.compacts) + for (ShowCompactResponseElement _iter602 : struct.compacts) { - _iter570.write(oprot); + _iter602.write(oprot); } } } @@ -425,14 +425,14 @@ public class ShowCompactResponse implements org.apache.thrift.TBase<ShowCompactR 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 _list571 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.compacts = new ArrayList<ShowCompactResponseElement>(_list571.size); - ShowCompactResponseElement _elem572; - for (int _i573 = 0; _i573 < _list571.size; ++_i573) + org.apache.thrift.protocol.TList _list603 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.compacts = new ArrayList<ShowCompactResponseElement>(_list603.size); + ShowCompactResponseElement _elem604; + for (int _i605 = 0; _i605 < _list603.size; ++_i605) { - _elem572 = new ShowCompactResponseElement(); - _elem572.read(iprot); - struct.compacts.add(_elem572); + _elem604 = new ShowCompactResponseElement(); + _elem604.read(iprot); + struct.compacts.add(_elem604); } } struct.setCompactsIsSet(true);
http://git-wip-us.apache.org/repos/asf/hive/blob/9a149843/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java ---------------------------------------------------------------------- diff --git a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java index 11ef050..0fe5812 100644 --- a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java +++ b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java @@ -350,14 +350,14 @@ public class ShowLocksResponse implements org.apache.thrift.TBase<ShowLocksRespo case 1: // LOCKS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list532 = iprot.readListBegin(); - struct.locks = new ArrayList<ShowLocksResponseElement>(_list532.size); - ShowLocksResponseElement _elem533; - for (int _i534 = 0; _i534 < _list532.size; ++_i534) + org.apache.thrift.protocol.TList _list564 = iprot.readListBegin(); + struct.locks = new ArrayList<ShowLocksResponseElement>(_list564.size); + ShowLocksResponseElement _elem565; + for (int _i566 = 0; _i566 < _list564.size; ++_i566) { - _elem533 = new ShowLocksResponseElement(); - _elem533.read(iprot); - struct.locks.add(_elem533); + _elem565 = new ShowLocksResponseElement(); + _elem565.read(iprot); + struct.locks.add(_elem565); } iprot.readListEnd(); } @@ -383,9 +383,9 @@ public class ShowLocksResponse implements org.apache.thrift.TBase<ShowLocksRespo oprot.writeFieldBegin(LOCKS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.locks.size())); - for (ShowLocksResponseElement _iter535 : struct.locks) + for (ShowLocksResponseElement _iter567 : struct.locks) { - _iter535.write(oprot); + _iter567.write(oprot); } oprot.writeListEnd(); } @@ -416,9 +416,9 @@ public class ShowLocksResponse implements org.apache.thrift.TBase<ShowLocksRespo if (struct.isSetLocks()) { { oprot.writeI32(struct.locks.size()); - for (ShowLocksResponseElement _iter536 : struct.locks) + for (ShowLocksResponseElement _iter568 : struct.locks) { - _iter536.write(oprot); + _iter568.write(oprot); } } } @@ -430,14 +430,14 @@ public class ShowLocksResponse implements org.apache.thrift.TBase<ShowLocksRespo BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list537 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.locks = new ArrayList<ShowLocksResponseElement>(_list537.size); - ShowLocksResponseElement _elem538; - for (int _i539 = 0; _i539 < _list537.size; ++_i539) + org.apache.thrift.protocol.TList _list569 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.locks = new ArrayList<ShowLocksResponseElement>(_list569.size); + ShowLocksResponseElement _elem570; + for (int _i571 = 0; _i571 < _list569.size; ++_i571) { - _elem538 = new ShowLocksResponseElement(); - _elem538.read(iprot); - struct.locks.add(_elem538); + _elem570 = new ShowLocksResponseElement(); + _elem570.read(iprot); + struct.locks.add(_elem570); } } struct.setLocksIsSet(true);