http://git-wip-us.apache.org/repos/asf/hive/blob/25b15fdd/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java index 9d72cd0..e0a33f2 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java @@ -34,7 +34,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) -@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-8-17") +@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-10-5") public class ThriftHiveMetastore { /** @@ -25859,13 +25859,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list600 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list600.size); - String _elem601; - for (int _i602 = 0; _i602 < _list600.size; ++_i602) + org.apache.thrift.protocol.TList _list592 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list592.size); + String _elem593; + for (int _i594 = 0; _i594 < _list592.size; ++_i594) { - _elem601 = iprot.readString(); - struct.success.add(_elem601); + _elem593 = iprot.readString(); + struct.success.add(_elem593); } iprot.readListEnd(); } @@ -25900,9 +25900,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter603 : struct.success) + for (String _iter595 : struct.success) { - oprot.writeString(_iter603); + oprot.writeString(_iter595); } oprot.writeListEnd(); } @@ -25941,9 +25941,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter604 : struct.success) + for (String _iter596 : struct.success) { - oprot.writeString(_iter604); + oprot.writeString(_iter596); } } } @@ -25958,13 +25958,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list605 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list605.size); - String _elem606; - for (int _i607 = 0; _i607 < _list605.size; ++_i607) + org.apache.thrift.protocol.TList _list597 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list597.size); + String _elem598; + for (int _i599 = 0; _i599 < _list597.size; ++_i599) { - _elem606 = iprot.readString(); - struct.success.add(_elem606); + _elem598 = iprot.readString(); + struct.success.add(_elem598); } } struct.setSuccessIsSet(true); @@ -26618,13 +26618,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list608 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list608.size); - String _elem609; - for (int _i610 = 0; _i610 < _list608.size; ++_i610) + org.apache.thrift.protocol.TList _list600 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list600.size); + String _elem601; + for (int _i602 = 0; _i602 < _list600.size; ++_i602) { - _elem609 = iprot.readString(); - struct.success.add(_elem609); + _elem601 = iprot.readString(); + struct.success.add(_elem601); } iprot.readListEnd(); } @@ -26659,9 +26659,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter611 : struct.success) + for (String _iter603 : struct.success) { - oprot.writeString(_iter611); + oprot.writeString(_iter603); } oprot.writeListEnd(); } @@ -26700,9 +26700,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter612 : struct.success) + for (String _iter604 : struct.success) { - oprot.writeString(_iter612); + oprot.writeString(_iter604); } } } @@ -26717,13 +26717,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list613 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list613.size); - String _elem614; - for (int _i615 = 0; _i615 < _list613.size; ++_i615) + org.apache.thrift.protocol.TList _list605 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list605.size); + String _elem606; + for (int _i607 = 0; _i607 < _list605.size; ++_i607) { - _elem614 = iprot.readString(); - struct.success.add(_elem614); + _elem606 = iprot.readString(); + struct.success.add(_elem606); } } struct.setSuccessIsSet(true); @@ -31330,16 +31330,16 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { - org.apache.thrift.protocol.TMap _map616 = iprot.readMapBegin(); - struct.success = new HashMap<String,Type>(2*_map616.size); - String _key617; - Type _val618; - for (int _i619 = 0; _i619 < _map616.size; ++_i619) + org.apache.thrift.protocol.TMap _map608 = iprot.readMapBegin(); + struct.success = new HashMap<String,Type>(2*_map608.size); + String _key609; + Type _val610; + for (int _i611 = 0; _i611 < _map608.size; ++_i611) { - _key617 = iprot.readString(); - _val618 = new Type(); - _val618.read(iprot); - struct.success.put(_key617, _val618); + _key609 = iprot.readString(); + _val610 = new Type(); + _val610.read(iprot); + struct.success.put(_key609, _val610); } iprot.readMapEnd(); } @@ -31374,10 +31374,10 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (Map.Entry<String, Type> _iter620 : struct.success.entrySet()) + for (Map.Entry<String, Type> _iter612 : struct.success.entrySet()) { - oprot.writeString(_iter620.getKey()); - _iter620.getValue().write(oprot); + oprot.writeString(_iter612.getKey()); + _iter612.getValue().write(oprot); } oprot.writeMapEnd(); } @@ -31416,10 +31416,10 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (Map.Entry<String, Type> _iter621 : struct.success.entrySet()) + for (Map.Entry<String, Type> _iter613 : struct.success.entrySet()) { - oprot.writeString(_iter621.getKey()); - _iter621.getValue().write(oprot); + oprot.writeString(_iter613.getKey()); + _iter613.getValue().write(oprot); } } } @@ -31434,16 +31434,16 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TMap _map622 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new HashMap<String,Type>(2*_map622.size); - String _key623; - Type _val624; - for (int _i625 = 0; _i625 < _map622.size; ++_i625) + org.apache.thrift.protocol.TMap _map614 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new HashMap<String,Type>(2*_map614.size); + String _key615; + Type _val616; + for (int _i617 = 0; _i617 < _map614.size; ++_i617) { - _key623 = iprot.readString(); - _val624 = new Type(); - _val624.read(iprot); - struct.success.put(_key623, _val624); + _key615 = iprot.readString(); + _val616 = new Type(); + _val616.read(iprot); + struct.success.put(_key615, _val616); } } struct.setSuccessIsSet(true); @@ -32478,14 +32478,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list626 = iprot.readListBegin(); - struct.success = new ArrayList<FieldSchema>(_list626.size); - FieldSchema _elem627; - for (int _i628 = 0; _i628 < _list626.size; ++_i628) + org.apache.thrift.protocol.TList _list618 = iprot.readListBegin(); + struct.success = new ArrayList<FieldSchema>(_list618.size); + FieldSchema _elem619; + for (int _i620 = 0; _i620 < _list618.size; ++_i620) { - _elem627 = new FieldSchema(); - _elem627.read(iprot); - struct.success.add(_elem627); + _elem619 = new FieldSchema(); + _elem619.read(iprot); + struct.success.add(_elem619); } iprot.readListEnd(); } @@ -32538,9 +32538,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (FieldSchema _iter629 : struct.success) + for (FieldSchema _iter621 : struct.success) { - _iter629.write(oprot); + _iter621.write(oprot); } oprot.writeListEnd(); } @@ -32595,9 +32595,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (FieldSchema _iter630 : struct.success) + for (FieldSchema _iter622 : struct.success) { - _iter630.write(oprot); + _iter622.write(oprot); } } } @@ -32618,14 +32618,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list631 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<FieldSchema>(_list631.size); - FieldSchema _elem632; - for (int _i633 = 0; _i633 < _list631.size; ++_i633) + org.apache.thrift.protocol.TList _list623 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<FieldSchema>(_list623.size); + FieldSchema _elem624; + for (int _i625 = 0; _i625 < _list623.size; ++_i625) { - _elem632 = new FieldSchema(); - _elem632.read(iprot); - struct.success.add(_elem632); + _elem624 = new FieldSchema(); + _elem624.read(iprot); + struct.success.add(_elem624); } } struct.setSuccessIsSet(true); @@ -33779,14 +33779,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list634 = iprot.readListBegin(); - struct.success = new ArrayList<FieldSchema>(_list634.size); - FieldSchema _elem635; - for (int _i636 = 0; _i636 < _list634.size; ++_i636) + org.apache.thrift.protocol.TList _list626 = iprot.readListBegin(); + struct.success = new ArrayList<FieldSchema>(_list626.size); + FieldSchema _elem627; + for (int _i628 = 0; _i628 < _list626.size; ++_i628) { - _elem635 = new FieldSchema(); - _elem635.read(iprot); - struct.success.add(_elem635); + _elem627 = new FieldSchema(); + _elem627.read(iprot); + struct.success.add(_elem627); } iprot.readListEnd(); } @@ -33839,9 +33839,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (FieldSchema _iter637 : struct.success) + for (FieldSchema _iter629 : struct.success) { - _iter637.write(oprot); + _iter629.write(oprot); } oprot.writeListEnd(); } @@ -33896,9 +33896,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (FieldSchema _iter638 : struct.success) + for (FieldSchema _iter630 : struct.success) { - _iter638.write(oprot); + _iter630.write(oprot); } } } @@ -33919,14 +33919,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list639 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<FieldSchema>(_list639.size); - FieldSchema _elem640; - for (int _i641 = 0; _i641 < _list639.size; ++_i641) + org.apache.thrift.protocol.TList _list631 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<FieldSchema>(_list631.size); + FieldSchema _elem632; + for (int _i633 = 0; _i633 < _list631.size; ++_i633) { - _elem640 = new FieldSchema(); - _elem640.read(iprot); - struct.success.add(_elem640); + _elem632 = new FieldSchema(); + _elem632.read(iprot); + struct.success.add(_elem632); } } struct.setSuccessIsSet(true); @@ -34971,14 +34971,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list642 = iprot.readListBegin(); - struct.success = new ArrayList<FieldSchema>(_list642.size); - FieldSchema _elem643; - for (int _i644 = 0; _i644 < _list642.size; ++_i644) + org.apache.thrift.protocol.TList _list634 = iprot.readListBegin(); + struct.success = new ArrayList<FieldSchema>(_list634.size); + FieldSchema _elem635; + for (int _i636 = 0; _i636 < _list634.size; ++_i636) { - _elem643 = new FieldSchema(); - _elem643.read(iprot); - struct.success.add(_elem643); + _elem635 = new FieldSchema(); + _elem635.read(iprot); + struct.success.add(_elem635); } iprot.readListEnd(); } @@ -35031,9 +35031,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (FieldSchema _iter645 : struct.success) + for (FieldSchema _iter637 : struct.success) { - _iter645.write(oprot); + _iter637.write(oprot); } oprot.writeListEnd(); } @@ -35088,9 +35088,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (FieldSchema _iter646 : struct.success) + for (FieldSchema _iter638 : struct.success) { - _iter646.write(oprot); + _iter638.write(oprot); } } } @@ -35111,14 +35111,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list647 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<FieldSchema>(_list647.size); - FieldSchema _elem648; - for (int _i649 = 0; _i649 < _list647.size; ++_i649) + org.apache.thrift.protocol.TList _list639 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<FieldSchema>(_list639.size); + FieldSchema _elem640; + for (int _i641 = 0; _i641 < _list639.size; ++_i641) { - _elem648 = new FieldSchema(); - _elem648.read(iprot); - struct.success.add(_elem648); + _elem640 = new FieldSchema(); + _elem640.read(iprot); + struct.success.add(_elem640); } } struct.setSuccessIsSet(true); @@ -36272,14 +36272,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list650 = iprot.readListBegin(); - struct.success = new ArrayList<FieldSchema>(_list650.size); - FieldSchema _elem651; - for (int _i652 = 0; _i652 < _list650.size; ++_i652) + org.apache.thrift.protocol.TList _list642 = iprot.readListBegin(); + struct.success = new ArrayList<FieldSchema>(_list642.size); + FieldSchema _elem643; + for (int _i644 = 0; _i644 < _list642.size; ++_i644) { - _elem651 = new FieldSchema(); - _elem651.read(iprot); - struct.success.add(_elem651); + _elem643 = new FieldSchema(); + _elem643.read(iprot); + struct.success.add(_elem643); } iprot.readListEnd(); } @@ -36332,9 +36332,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (FieldSchema _iter653 : struct.success) + for (FieldSchema _iter645 : struct.success) { - _iter653.write(oprot); + _iter645.write(oprot); } oprot.writeListEnd(); } @@ -36389,9 +36389,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (FieldSchema _iter654 : struct.success) + for (FieldSchema _iter646 : struct.success) { - _iter654.write(oprot); + _iter646.write(oprot); } } } @@ -36412,14 +36412,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list655 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<FieldSchema>(_list655.size); - FieldSchema _elem656; - for (int _i657 = 0; _i657 < _list655.size; ++_i657) + org.apache.thrift.protocol.TList _list647 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<FieldSchema>(_list647.size); + FieldSchema _elem648; + for (int _i649 = 0; _i649 < _list647.size; ++_i649) { - _elem656 = new FieldSchema(); - _elem656.read(iprot); - struct.success.add(_elem656); + _elem648 = new FieldSchema(); + _elem648.read(iprot); + struct.success.add(_elem648); } } struct.setSuccessIsSet(true); @@ -41659,13 +41659,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list658 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list658.size); - String _elem659; - for (int _i660 = 0; _i660 < _list658.size; ++_i660) + org.apache.thrift.protocol.TList _list650 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list650.size); + String _elem651; + for (int _i652 = 0; _i652 < _list650.size; ++_i652) { - _elem659 = iprot.readString(); - struct.success.add(_elem659); + _elem651 = iprot.readString(); + struct.success.add(_elem651); } iprot.readListEnd(); } @@ -41700,9 +41700,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter661 : struct.success) + for (String _iter653 : struct.success) { - oprot.writeString(_iter661); + oprot.writeString(_iter653); } oprot.writeListEnd(); } @@ -41741,9 +41741,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter662 : struct.success) + for (String _iter654 : struct.success) { - oprot.writeString(_iter662); + oprot.writeString(_iter654); } } } @@ -41758,13 +41758,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list663 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list663.size); - String _elem664; - for (int _i665 = 0; _i665 < _list663.size; ++_i665) + org.apache.thrift.protocol.TList _list655 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list655.size); + String _elem656; + for (int _i657 = 0; _i657 < _list655.size; ++_i657) { - _elem664 = iprot.readString(); - struct.success.add(_elem664); + _elem656 = iprot.readString(); + struct.success.add(_elem656); } } struct.setSuccessIsSet(true); @@ -42530,13 +42530,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list666 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list666.size); - String _elem667; - for (int _i668 = 0; _i668 < _list666.size; ++_i668) + org.apache.thrift.protocol.TList _list658 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list658.size); + String _elem659; + for (int _i660 = 0; _i660 < _list658.size; ++_i660) { - _elem667 = iprot.readString(); - struct.success.add(_elem667); + _elem659 = iprot.readString(); + struct.success.add(_elem659); } iprot.readListEnd(); } @@ -42571,9 +42571,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter669 : struct.success) + for (String _iter661 : struct.success) { - oprot.writeString(_iter669); + oprot.writeString(_iter661); } oprot.writeListEnd(); } @@ -42612,9 +42612,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter670 : struct.success) + for (String _iter662 : struct.success) { - oprot.writeString(_iter670); + oprot.writeString(_iter662); } } } @@ -42629,13 +42629,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list671 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list671.size); - String _elem672; - for (int _i673 = 0; _i673 < _list671.size; ++_i673) + org.apache.thrift.protocol.TList _list663 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list663.size); + String _elem664; + for (int _i665 = 0; _i665 < _list663.size; ++_i665) { - _elem672 = iprot.readString(); - struct.success.add(_elem672); + _elem664 = iprot.readString(); + struct.success.add(_elem664); } } struct.setSuccessIsSet(true); @@ -44088,13 +44088,13 @@ public class ThriftHiveMetastore { case 2: // TBL_NAMES if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list674 = iprot.readListBegin(); - struct.tbl_names = new ArrayList<String>(_list674.size); - String _elem675; - for (int _i676 = 0; _i676 < _list674.size; ++_i676) + org.apache.thrift.protocol.TList _list666 = iprot.readListBegin(); + struct.tbl_names = new ArrayList<String>(_list666.size); + String _elem667; + for (int _i668 = 0; _i668 < _list666.size; ++_i668) { - _elem675 = iprot.readString(); - struct.tbl_names.add(_elem675); + _elem667 = iprot.readString(); + struct.tbl_names.add(_elem667); } iprot.readListEnd(); } @@ -44125,9 +44125,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(TBL_NAMES_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.tbl_names.size())); - for (String _iter677 : struct.tbl_names) + for (String _iter669 : struct.tbl_names) { - oprot.writeString(_iter677); + oprot.writeString(_iter669); } oprot.writeListEnd(); } @@ -44164,9 +44164,9 @@ public class ThriftHiveMetastore { if (struct.isSetTbl_names()) { { oprot.writeI32(struct.tbl_names.size()); - for (String _iter678 : struct.tbl_names) + for (String _iter670 : struct.tbl_names) { - oprot.writeString(_iter678); + oprot.writeString(_iter670); } } } @@ -44182,13 +44182,13 @@ public class ThriftHiveMetastore { } if (incoming.get(1)) { { - org.apache.thrift.protocol.TList _list679 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.tbl_names = new ArrayList<String>(_list679.size); - String _elem680; - for (int _i681 = 0; _i681 < _list679.size; ++_i681) + org.apache.thrift.protocol.TList _list671 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.tbl_names = new ArrayList<String>(_list671.size); + String _elem672; + for (int _i673 = 0; _i673 < _list671.size; ++_i673) { - _elem680 = iprot.readString(); - struct.tbl_names.add(_elem680); + _elem672 = iprot.readString(); + struct.tbl_names.add(_elem672); } } struct.setTbl_namesIsSet(true); @@ -44756,14 +44756,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list682 = iprot.readListBegin(); - struct.success = new ArrayList<Table>(_list682.size); - Table _elem683; - for (int _i684 = 0; _i684 < _list682.size; ++_i684) + org.apache.thrift.protocol.TList _list674 = iprot.readListBegin(); + struct.success = new ArrayList<Table>(_list674.size); + Table _elem675; + for (int _i676 = 0; _i676 < _list674.size; ++_i676) { - _elem683 = new Table(); - _elem683.read(iprot); - struct.success.add(_elem683); + _elem675 = new Table(); + _elem675.read(iprot); + struct.success.add(_elem675); } iprot.readListEnd(); } @@ -44816,9 +44816,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (Table _iter685 : struct.success) + for (Table _iter677 : struct.success) { - _iter685.write(oprot); + _iter677.write(oprot); } oprot.writeListEnd(); } @@ -44873,9 +44873,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (Table _iter686 : struct.success) + for (Table _iter678 : struct.success) { - _iter686.write(oprot); + _iter678.write(oprot); } } } @@ -44896,14 +44896,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list687 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<Table>(_list687.size); - Table _elem688; - for (int _i689 = 0; _i689 < _list687.size; ++_i689) + org.apache.thrift.protocol.TList _list679 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<Table>(_list679.size); + Table _elem680; + for (int _i681 = 0; _i681 < _list679.size; ++_i681) { - _elem688 = new Table(); - _elem688.read(iprot); - struct.success.add(_elem688); + _elem680 = new Table(); + _elem680.read(iprot); + struct.success.add(_elem680); } } struct.setSuccessIsSet(true); @@ -46049,13 +46049,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list690 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list690.size); - String _elem691; - for (int _i692 = 0; _i692 < _list690.size; ++_i692) + org.apache.thrift.protocol.TList _list682 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list682.size); + String _elem683; + for (int _i684 = 0; _i684 < _list682.size; ++_i684) { - _elem691 = iprot.readString(); - struct.success.add(_elem691); + _elem683 = iprot.readString(); + struct.success.add(_elem683); } iprot.readListEnd(); } @@ -46108,9 +46108,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter693 : struct.success) + for (String _iter685 : struct.success) { - oprot.writeString(_iter693); + oprot.writeString(_iter685); } oprot.writeListEnd(); } @@ -46165,9 +46165,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter694 : struct.success) + for (String _iter686 : struct.success) { - oprot.writeString(_iter694); + oprot.writeString(_iter686); } } } @@ -46188,13 +46188,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(4); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list695 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list695.size); - String _elem696; - for (int _i697 = 0; _i697 < _list695.size; ++_i697) + org.apache.thrift.protocol.TList _list687 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list687.size); + String _elem688; + for (int _i689 = 0; _i689 < _list687.size; ++_i689) { - _elem696 = iprot.readString(); - struct.success.add(_elem696); + _elem688 = iprot.readString(); + struct.success.add(_elem688); } } struct.setSuccessIsSet(true); @@ -52053,14 +52053,14 @@ public class ThriftHiveMetastore { case 1: // NEW_PARTS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list698 = iprot.readListBegin(); - struct.new_parts = new ArrayList<Partition>(_list698.size); - Partition _elem699; - for (int _i700 = 0; _i700 < _list698.size; ++_i700) + org.apache.thrift.protocol.TList _list690 = iprot.readListBegin(); + struct.new_parts = new ArrayList<Partition>(_list690.size); + Partition _elem691; + for (int _i692 = 0; _i692 < _list690.size; ++_i692) { - _elem699 = new Partition(); - _elem699.read(iprot); - struct.new_parts.add(_elem699); + _elem691 = new Partition(); + _elem691.read(iprot); + struct.new_parts.add(_elem691); } iprot.readListEnd(); } @@ -52086,9 +52086,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(NEW_PARTS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.new_parts.size())); - for (Partition _iter701 : struct.new_parts) + for (Partition _iter693 : struct.new_parts) { - _iter701.write(oprot); + _iter693.write(oprot); } oprot.writeListEnd(); } @@ -52119,9 +52119,9 @@ public class ThriftHiveMetastore { if (struct.isSetNew_parts()) { { oprot.writeI32(struct.new_parts.size()); - for (Partition _iter702 : struct.new_parts) + for (Partition _iter694 : struct.new_parts) { - _iter702.write(oprot); + _iter694.write(oprot); } } } @@ -52133,14 +52133,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list703 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.new_parts = new ArrayList<Partition>(_list703.size); - Partition _elem704; - for (int _i705 = 0; _i705 < _list703.size; ++_i705) + org.apache.thrift.protocol.TList _list695 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.new_parts = new ArrayList<Partition>(_list695.size); + Partition _elem696; + for (int _i697 = 0; _i697 < _list695.size; ++_i697) { - _elem704 = new Partition(); - _elem704.read(iprot); - struct.new_parts.add(_elem704); + _elem696 = new Partition(); + _elem696.read(iprot); + struct.new_parts.add(_elem696); } } struct.setNew_partsIsSet(true); @@ -53141,14 +53141,14 @@ public class ThriftHiveMetastore { case 1: // NEW_PARTS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list706 = iprot.readListBegin(); - struct.new_parts = new ArrayList<PartitionSpec>(_list706.size); - PartitionSpec _elem707; - for (int _i708 = 0; _i708 < _list706.size; ++_i708) + org.apache.thrift.protocol.TList _list698 = iprot.readListBegin(); + struct.new_parts = new ArrayList<PartitionSpec>(_list698.size); + PartitionSpec _elem699; + for (int _i700 = 0; _i700 < _list698.size; ++_i700) { - _elem707 = new PartitionSpec(); - _elem707.read(iprot); - struct.new_parts.add(_elem707); + _elem699 = new PartitionSpec(); + _elem699.read(iprot); + struct.new_parts.add(_elem699); } iprot.readListEnd(); } @@ -53174,9 +53174,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(NEW_PARTS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.new_parts.size())); - for (PartitionSpec _iter709 : struct.new_parts) + for (PartitionSpec _iter701 : struct.new_parts) { - _iter709.write(oprot); + _iter701.write(oprot); } oprot.writeListEnd(); } @@ -53207,9 +53207,9 @@ public class ThriftHiveMetastore { if (struct.isSetNew_parts()) { { oprot.writeI32(struct.new_parts.size()); - for (PartitionSpec _iter710 : struct.new_parts) + for (PartitionSpec _iter702 : struct.new_parts) { - _iter710.write(oprot); + _iter702.write(oprot); } } } @@ -53221,14 +53221,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list711 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.new_parts = new ArrayList<PartitionSpec>(_list711.size); - PartitionSpec _elem712; - for (int _i713 = 0; _i713 < _list711.size; ++_i713) + org.apache.thrift.protocol.TList _list703 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.new_parts = new ArrayList<PartitionSpec>(_list703.size); + PartitionSpec _elem704; + for (int _i705 = 0; _i705 < _list703.size; ++_i705) { - _elem712 = new PartitionSpec(); - _elem712.read(iprot); - struct.new_parts.add(_elem712); + _elem704 = new PartitionSpec(); + _elem704.read(iprot); + struct.new_parts.add(_elem704); } } struct.setNew_partsIsSet(true); @@ -54404,13 +54404,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list714 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list714.size); - String _elem715; - for (int _i716 = 0; _i716 < _list714.size; ++_i716) + org.apache.thrift.protocol.TList _list706 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list706.size); + String _elem707; + for (int _i708 = 0; _i708 < _list706.size; ++_i708) { - _elem715 = iprot.readString(); - struct.part_vals.add(_elem715); + _elem707 = iprot.readString(); + struct.part_vals.add(_elem707); } iprot.readListEnd(); } @@ -54446,9 +54446,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter717 : struct.part_vals) + for (String _iter709 : struct.part_vals) { - oprot.writeString(_iter717); + oprot.writeString(_iter709); } oprot.writeListEnd(); } @@ -54491,9 +54491,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter718 : struct.part_vals) + for (String _iter710 : struct.part_vals) { - oprot.writeString(_iter718); + oprot.writeString(_iter710); } } } @@ -54513,13 +54513,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list719 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list719.size); - String _elem720; - for (int _i721 = 0; _i721 < _list719.size; ++_i721) + org.apache.thrift.protocol.TList _list711 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list711.size); + String _elem712; + for (int _i713 = 0; _i713 < _list711.size; ++_i713) { - _elem720 = iprot.readString(); - struct.part_vals.add(_elem720); + _elem712 = iprot.readString(); + struct.part_vals.add(_elem712); } } struct.setPart_valsIsSet(true); @@ -56828,13 +56828,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list722 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list722.size); - String _elem723; - for (int _i724 = 0; _i724 < _list722.size; ++_i724) + org.apache.thrift.protocol.TList _list714 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list714.size); + String _elem715; + for (int _i716 = 0; _i716 < _list714.size; ++_i716) { - _elem723 = iprot.readString(); - struct.part_vals.add(_elem723); + _elem715 = iprot.readString(); + struct.part_vals.add(_elem715); } iprot.readListEnd(); } @@ -56879,9 +56879,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter725 : struct.part_vals) + for (String _iter717 : struct.part_vals) { - oprot.writeString(_iter725); + oprot.writeString(_iter717); } oprot.writeListEnd(); } @@ -56932,9 +56932,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter726 : struct.part_vals) + for (String _iter718 : struct.part_vals) { - oprot.writeString(_iter726); + oprot.writeString(_iter718); } } } @@ -56957,13 +56957,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list727 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list727.size); - String _elem728; - for (int _i729 = 0; _i729 < _list727.size; ++_i729) + org.apache.thrift.protocol.TList _list719 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list719.size); + String _elem720; + for (int _i721 = 0; _i721 < _list719.size; ++_i721) { - _elem728 = iprot.readString(); - struct.part_vals.add(_elem728); + _elem720 = iprot.readString(); + struct.part_vals.add(_elem720); } } struct.setPart_valsIsSet(true); @@ -60833,13 +60833,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list730 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list730.size); - String _elem731; - for (int _i732 = 0; _i732 < _list730.size; ++_i732) + org.apache.thrift.protocol.TList _list722 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list722.size); + String _elem723; + for (int _i724 = 0; _i724 < _list722.size; ++_i724) { - _elem731 = iprot.readString(); - struct.part_vals.add(_elem731); + _elem723 = iprot.readString(); + struct.part_vals.add(_elem723); } iprot.readListEnd(); } @@ -60883,9 +60883,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter733 : struct.part_vals) + for (String _iter725 : struct.part_vals) { - oprot.writeString(_iter733); + oprot.writeString(_iter725); } oprot.writeListEnd(); } @@ -60934,9 +60934,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter734 : struct.part_vals) + for (String _iter726 : struct.part_vals) { - oprot.writeString(_iter734); + oprot.writeString(_iter726); } } } @@ -60959,13 +60959,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list735 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list735.size); - String _elem736; - for (int _i737 = 0; _i737 < _list735.size; ++_i737) + org.apache.thrift.protocol.TList _list727 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list727.size); + String _elem728; + for (int _i729 = 0; _i729 < _list727.size; ++_i729) { - _elem736 = iprot.readString(); - struct.part_vals.add(_elem736); + _elem728 = iprot.readString(); + struct.part_vals.add(_elem728); } } struct.setPart_valsIsSet(true); @@ -62204,13 +62204,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list738 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list738.size); - String _elem739; - for (int _i740 = 0; _i740 < _list738.size; ++_i740) + org.apache.thrift.protocol.TList _list730 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list730.size); + String _elem731; + for (int _i732 = 0; _i732 < _list730.size; ++_i732) { - _elem739 = iprot.readString(); - struct.part_vals.add(_elem739); + _elem731 = iprot.readString(); + struct.part_vals.add(_elem731); } iprot.readListEnd(); } @@ -62263,9 +62263,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter741 : struct.part_vals) + for (String _iter733 : struct.part_vals) { - oprot.writeString(_iter741); + oprot.writeString(_iter733); } oprot.writeListEnd(); } @@ -62322,9 +62322,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter742 : struct.part_vals) + for (String _iter734 : struct.part_vals) { - oprot.writeString(_iter742); + oprot.writeString(_iter734); } } } @@ -62350,13 +62350,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list743 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list743.size); - String _elem744; - for (int _i745 = 0; _i745 < _list743.size; ++_i745) + org.apache.thrift.protocol.TList _list735 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list735.size); + String _elem736; + for (int _i737 = 0; _i737 < _list735.size; ++_i737) { - _elem744 = iprot.readString(); - struct.part_vals.add(_elem744); + _elem736 = iprot.readString(); + struct.part_vals.add(_elem736); } } struct.setPart_valsIsSet(true); @@ -66958,13 +66958,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list746 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list746.size); - String _elem747; - for (int _i748 = 0; _i748 < _list746.size; ++_i748) + org.apache.thrift.protocol.TList _list738 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list738.size); + String _elem739; + for (int _i740 = 0; _i740 < _list738.size; ++_i740) { - _elem747 = iprot.readString(); - struct.part_vals.add(_elem747); + _elem739 = iprot.readString(); + struct.part_vals.add(_elem739); } iprot.readListEnd(); } @@ -67000,9 +67000,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter749 : struct.part_vals) + for (String _iter741 : struct.part_vals) { - oprot.writeString(_iter749); + oprot.writeString(_iter741); } oprot.writeListEnd(); } @@ -67045,9 +67045,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter750 : struct.part_vals) + for (String _iter742 : struct.part_vals) { - oprot.writeString(_iter750); + oprot.writeString(_iter742); } } } @@ -67067,13 +67067,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list751 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list751.size); - String _elem752; - for (int _i753 = 0; _i753 < _list751.size; ++_i753) + org.apache.thrift.protocol.TList _list743 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list743.size); + String _elem744; + for (int _i745 = 0; _i745 < _list743.size; ++_i745) { - _elem752 = iprot.readString(); - struct.part_vals.add(_elem752); + _elem744 = iprot.readString(); + struct.part_vals.add(_elem744); } } struct.setPart_valsIsSet(true); @@ -68291,15 +68291,15 @@ public class ThriftHiveMetastore { case 1: // PARTITION_SPECS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { - org.apache.thrift.protocol.TMap _map754 = iprot.readMapBegin(); - struct.partitionSpecs = new HashMap<String,String>(2*_map754.size); - String _key755; - String _val756; - for (int _i757 = 0; _i757 < _map754.size; ++_i757) + org.apache.thrift.protocol.TMap _map746 = iprot.readMapBegin(); + struct.partitionSpecs = new HashMap<String,String>(2*_map746.size); + String _key747; + String _val748; + for (int _i749 = 0; _i749 < _map746.size; ++_i749) { - _key755 = iprot.readString(); - _val756 = iprot.readString(); - struct.partitionSpecs.put(_key755, _val756); + _key747 = iprot.readString(); + _val748 = iprot.readString(); + struct.partitionSpecs.put(_key747, _val748); } iprot.readMapEnd(); } @@ -68357,10 +68357,10 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PARTITION_SPECS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.partitionSpecs.size())); - for (Map.Entry<String, String> _iter758 : struct.partitionSpecs.entrySet()) + for (Map.Entry<String, String> _iter750 : struct.partitionSpecs.entrySet()) { - oprot.writeString(_iter758.getKey()); - oprot.writeString(_iter758.getValue()); + oprot.writeString(_iter750.getKey()); + oprot.writeString(_iter750.getValue()); } oprot.writeMapEnd(); } @@ -68423,10 +68423,10 @@ public class ThriftHiveMetastore { if (struct.isSetPartitionSpecs()) { { oprot.writeI32(struct.partitionSpecs.size()); - for (Map.Entry<String, String> _iter759 : struct.partitionSpecs.entrySet()) + for (Map.Entry<String, String> _iter751 : struct.partitionSpecs.entrySet()) { - oprot.writeString(_iter759.getKey()); - oprot.writeString(_iter759.getValue()); + oprot.writeString(_iter751.getKey()); + oprot.writeString(_iter751.getValue()); } } } @@ -68450,15 +68450,15 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(5); if (incoming.get(0)) { { - org.apache.thrift.protocol.TMap _map760 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.partitionSpecs = new HashMap<String,String>(2*_map760.size); - String _key761; - String _val762; - for (int _i763 = 0; _i763 < _map760.size; ++_i763) + org.apache.thrift.protocol.TMap _map752 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.partitionSpecs = new HashMap<String,String>(2*_map752.size); + String _key753; + String _val754; + for (int _i755 = 0; _i755 < _map752.size; ++_i755) { - _key761 = iprot.readString(); - _val762 = iprot.readString(); - struct.partitionSpecs.put(_key761, _val762); + _key753 = iprot.readString(); + _val754 = iprot.readString(); + struct.partitionSpecs.put(_key753, _val754); } } struct.setPartitionSpecsIsSet(true); @@ -69940,13 +69940,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list764 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list764.size); - String _elem765; - for (int _i766 = 0; _i766 < _list764.size; ++_i766) + org.apache.thrift.protocol.TList _list756 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list756.size); + String _elem757; + for (int _i758 = 0; _i758 < _list756.size; ++_i758) { - _elem765 = iprot.readString(); - struct.part_vals.add(_elem765); + _elem757 = iprot.readString(); + struct.part_vals.add(_elem757); } iprot.readListEnd(); } @@ -69966,13 +69966,13 @@ public class ThriftHiveMetastore { case 5: // GROUP_NAMES if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list767 = iprot.readListBegin(); - struct.group_names = new ArrayList<String>(_list767.size); - String _elem768; - for (int _i769 = 0; _i769 < _list767.size; ++_i769) + org.apache.thrift.protocol.TList _list759 = iprot.readListBegin(); + struct.group_names = new ArrayList<String>(_list759.size); + String _elem760; + for (int _i761 = 0; _i761 < _list759.size; ++_i761) { - _elem768 = iprot.readString(); - struct.group_names.add(_elem768); + _elem760 = iprot.readString(); + struct.group_names.add(_elem760); } iprot.readListEnd(); } @@ -70008,9 +70008,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter770 : struct.part_vals) + for (String _iter762 : struct.part_vals) { - oprot.writeString(_iter770); + oprot.writeString(_iter762); } oprot.writeListEnd(); } @@ -70025,9 +70025,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(GROUP_NAMES_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.group_names.size())); - for (String _iter771 : struct.group_names) + for (String _iter763 : struct.group_names) { - oprot.writeString(_iter771); + oprot.writeString(_iter763); } oprot.writeListEnd(); } @@ -70076,9 +70076,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter772 : struct.part_vals) + for (String _iter764 : struct.part_vals) { - oprot.writeString(_iter772); + oprot.writeString(_iter764); } } } @@ -70088,9 +70088,9 @@ public class ThriftHiveMetastore { if (struct.isSetGroup_names()) { { oprot.writeI32(struct.group_names.size()); - for (String _iter773 : struct.group_names) + for (String _iter765 : struct.group_names) { - oprot.writeString(_iter773); + oprot.writeString(_iter765); } } } @@ -70110,13 +70110,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list774 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list774.size); - String _elem775; - for (int _i776 = 0; _i776 < _list774.size; ++_i776) + org.apache.thrift.protocol.TList _list766 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list766.size); + String _elem767; + for (int _i768 = 0; _i768 < _list766.size; ++_i768) { - _elem775 = iprot.readString(); - struct.part_vals.add(_elem775); + _elem767 = iprot.readString(); + struct.part_vals.add(_elem767); } } struct.setPart_valsIsSet(true); @@ -70127,13 +70127,13 @@ public class ThriftHiveMetastore { } if (incoming.get(4)) { { - org.apache.thrift.protocol.TList _list777 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.group_names = new ArrayList<String>(_list777.size); - String _elem778; - for (int _i779 = 0; _i779 < _list777.size; ++_i779) + org.apache.thrift.protocol.TList _list769 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.group_names = new ArrayList<String>(_list769.size); + String _elem770; + for (int _i771 = 0; _i771 < _list769.size; ++_i771) { - _elem778 = iprot.readString(); - struct.group_names.add(_elem778); + _elem770 = iprot.readString(); + struct.group_names.add(_elem770); } } struct.setGroup_namesIsSet(true); @@ -72902,14 +72902,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list780 = iprot.readListBegin(); - struct.success = new ArrayList<Partition>(_list780.size); - Partition _elem781; - for (int _i782 = 0; _i782 < _list780.size; ++_i782) + org.apache.thrift.protocol.TList _list772 = iprot.readListBegin(); + struct.success = new ArrayList<Partition>(_list772.size); + Partition _elem773; + for (int _i774 = 0; _i774 < _list772.size; ++_i774) { - _elem781 = new Partition(); - _elem781.read(iprot); - struct.success.add(_elem781); + _elem773 = new Partition(); + _elem773.read(iprot); + struct.success.add(_elem773); } iprot.readListEnd(); } @@ -72953,9 +72953,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (Partition _iter783 : struct.success) + for (Partition _iter775 : struct.success) { - _iter783.write(oprot); + _iter775.write(oprot); } oprot.writeListEnd(); } @@ -73002,9 +73002,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (Partition _iter784 : struct.success) + for (Partition _iter776 : struct.success) { - _iter784.write(oprot); + _iter776.write(oprot); } } } @@ -73022,14 +73022,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list785 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<Partition>(_list785.size); - Partition _elem786; - for (int _i787 = 0; _i787 < _list785.size; ++_i787) + org.apache.thrift.protocol.TList _list777 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<Partition>(_list777.size); + Partition _elem778; + for (int _i779 = 0; _i779 < _list777.size; ++_i779) { - _elem786 = new Partition(); - _elem786.read(iprot); - struct.success.add(_elem786); + _elem778 = new Partition(); + _elem778.read(iprot); + struct.success.add(_elem778); } } struct.setSuccessIsSet(true); @@ -73719,13 +73719,13 @@ public class ThriftHiveMetastore { case 5: // GROUP_NAMES if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list788 = iprot.readListBegin(); - struct.group_names = new ArrayList<String>(_list788.size); - String _elem789; - for (int _i790 = 0; _i790 < _list788.size; ++_i790) + org.apache.thrift.protocol.TList _list780 = iprot.readListBegin(); + struct.group_names = new ArrayList<String>(_list780.size); + String _elem781; + for (int _i782 = 0; _i782 < _list780.size; ++_i782) { - _elem789 = iprot.readString(); - struct.group_names.add(_elem789); + _elem781 = iprot.readString(); + struct.group_names.add(_elem781); } iprot.readListEnd(); } @@ -73769,9 +73769,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(GROUP_NAMES_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.group_names.size())); - for (String _iter791 : struct.group_names) + for (String _iter783 : struct.group_names) { - oprot.writeString(_iter791); + oprot.writeString(_iter783); } oprot.writeListEnd(); } @@ -73826,9 +73826,9 @@ public class ThriftHiveMetastore { if (struct.isSetGroup_names()) { { oprot.writeI32(struct.group_names.size()); - for (String _iter792 : struct.group_names) + for (String _iter784 : struct.group_names) { - oprot.writeString(_iter792); + oprot.writeString(_iter784); } } } @@ -73856,13 +73856,13 @@ public class ThriftHiveMetastore { } if (incoming.get(4)) { { - org.apache.thrift.protocol.TList _list793 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.group_names = new ArrayList<String>(_list793.size); - String _elem794; - for (int _i795 = 0; _i795 < _list793.size; ++_i795) + org.apache.thrift.protocol.TList _list785 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.group_names = new ArrayList<String>(_list785.size); + String _elem786; + for (int _i787 = 0; _i787 < _list785.size; ++_i787) { - _elem794 = iprot.readString(); - struct.group_names.add(_elem794); + _elem786 = iprot.readString(); + struct.group_names.add(_elem786); } } struct.setGroup_namesIsSet(true); @@ -74349,14 +74349,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list796 = iprot.readListBegin(); - struct.success = new ArrayList<Partition>(_list796.size); - Partition _elem797; - for (int _i798 = 0; _i798 < _list796.size; ++_i798) + org.apache.thrift.protocol.TList _list788 = iprot.readListBegin(); + struct.success = new ArrayList<Partition>(_list788.size); + Partition _elem789; + for (int _i790 = 0; _i790 < _list788.size; ++_i790) { - _elem797 = new Partition(); - _elem797.read(iprot); - struct.success.add(_elem797); + _elem789 = new Partition(); + _elem789.read(iprot); + struct.success.add(_elem789); } iprot.readListEnd(); } @@ -74400,9 +74400,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (Partition _iter799 : struct.success) + for (Partition _iter791 : struct.success) { - _iter799.write(oprot); + _iter791.write(oprot); } oprot.writeListEnd(); } @@ -74449,9 +74449,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (Partition _iter800 : struct.success) + for (Partition _iter792 : struct.success) { - _iter800.write(oprot); + _iter792.write(oprot); } } } @@ -74469,14 +74469,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list801 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<Partition>(_list801.size); - Partition _elem802; - for (int _i803 = 0; _i803 < _list801.size; ++_i803) + org.apache.thrift.protocol.TList _list793 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<Partition>(_list793.size); + Partition _elem794; + for (int _i795 = 0; _i795 < _list793.size; ++_i795) { - _elem802 = new Partition(); - _elem802.read(iprot); - struct.success.add(_elem802); + _elem794 = new Partition(); + _elem794.read(iprot); + struct.success.add(_elem794); } } struct.setSuccessIsSet(true); @@ -75539,14 +75539,14 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list804 = iprot.readListBegin(); - struct.success = new ArrayList<PartitionSpec>(_list804.size); - PartitionSpec _elem805; - for (int _i806 = 0; _i806 < _list804.size; ++_i806) + org.apache.thrift.protocol.TList _list796 = iprot.readListBegin(); + struct.success = new ArrayList<PartitionSpec>(_list796.size); + PartitionSpec _elem797; + for (int _i798 = 0; _i798 < _list796.size; ++_i798) { - _elem805 = new PartitionSpec(); - _elem805.read(iprot); - struct.success.add(_elem805); + _elem797 = new PartitionSpec(); + _elem797.read(iprot); + struct.success.add(_elem797); } iprot.readListEnd(); } @@ -75590,9 +75590,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size())); - for (PartitionSpec _iter807 : struct.success) + for (PartitionSpec _iter799 : struct.success) { - _iter807.write(oprot); + _iter799.write(oprot); } oprot.writeListEnd(); } @@ -75639,9 +75639,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (PartitionSpec _iter808 : struct.success) + for (PartitionSpec _iter800 : struct.success) { - _iter808.write(oprot); + _iter800.write(oprot); } } } @@ -75659,14 +75659,14 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(3); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list809 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - struct.success = new ArrayList<PartitionSpec>(_list809.size); - PartitionSpec _elem810; - for (int _i811 = 0; _i811 < _list809.size; ++_i811) + org.apache.thrift.protocol.TList _list801 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.success = new ArrayList<PartitionSpec>(_list801.size); + PartitionSpec _elem802; + for (int _i803 = 0; _i803 < _list801.size; ++_i803) { - _elem810 = new PartitionSpec(); - _elem810.read(iprot); - struct.success.add(_elem810); + _elem802 = new PartitionSpec(); + _elem802.read(iprot); + struct.success.add(_elem802); } } struct.setSuccessIsSet(true); @@ -76645,13 +76645,13 @@ public class ThriftHiveMetastore { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list812 = iprot.readListBegin(); - struct.success = new ArrayList<String>(_list812.size); - String _elem813; - for (int _i814 = 0; _i814 < _list812.size; ++_i814) + org.apache.thrift.protocol.TList _list804 = iprot.readListBegin(); + struct.success = new ArrayList<String>(_list804.size); + String _elem805; + for (int _i806 = 0; _i806 < _list804.size; ++_i806) { - _elem813 = iprot.readString(); - struct.success.add(_elem813); + _elem805 = iprot.readString(); + struct.success.add(_elem805); } iprot.readListEnd(); } @@ -76686,9 +76686,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size())); - for (String _iter815 : struct.success) + for (String _iter807 : struct.success) { - oprot.writeString(_iter815); + oprot.writeString(_iter807); } oprot.writeListEnd(); } @@ -76727,9 +76727,9 @@ public class ThriftHiveMetastore { if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); - for (String _iter816 : struct.success) + for (String _iter808 : struct.success) { - oprot.writeString(_iter816); + oprot.writeString(_iter808); } } } @@ -76744,13 +76744,13 @@ public class ThriftHiveMetastore { BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { { - org.apache.thrift.protocol.TList _list817 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.success = new ArrayList<String>(_list817.size); - String _elem818; - for (int _i819 = 0; _i819 < _list817.size; ++_i819) + org.apache.thrift.protocol.TList _list809 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.success = new ArrayList<String>(_list809.size); + String _elem810; + for (int _i811 = 0; _i811 < _list809.size; ++_i811) { - _elem818 = iprot.readString(); - struct.success.add(_elem818); + _elem810 = iprot.readString(); + struct.success.add(_elem810); } } struct.setSuccessIsSet(true); @@ -77338,13 +77338,13 @@ public class ThriftHiveMetastore { case 3: // PART_VALS if (schemeField.type == org.apache.thrift.protocol.TType.LIST) { { - org.apache.thrift.protocol.TList _list820 = iprot.readListBegin(); - struct.part_vals = new ArrayList<String>(_list820.size); - String _elem821; - for (int _i822 = 0; _i822 < _list820.size; ++_i822) + org.apache.thrift.protocol.TList _list812 = iprot.readListBegin(); + struct.part_vals = new ArrayList<String>(_list812.size); + String _elem813; + for (int _i814 = 0; _i814 < _list812.size; ++_i814) { - _elem821 = iprot.readString(); - struct.part_vals.add(_elem821); + _elem813 = iprot.readString(); + struct.part_vals.add(_elem813); } iprot.readListEnd(); } @@ -77388,9 +77388,9 @@ public class ThriftHiveMetastore { oprot.writeFieldBegin(PART_VALS_FIELD_DESC); { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.part_vals.size())); - for (String _iter823 : struct.part_vals) + for (String _iter815 : struct.part_vals) { - oprot.writeString(_iter823); + oprot.writeString(_iter815); } oprot.writeListEnd(); } @@ -77439,9 +77439,9 @@ public class ThriftHiveMetastore { if (struct.isSetPart_vals()) { { oprot.writeI32(struct.part_vals.size()); - for (String _iter824 : struct.part_vals) + for (String _iter816 : struct.part_vals) { - oprot.writeString(_iter824); + oprot.writeString(_iter816); } } } @@ -77464,13 +77464,13 @@ public class ThriftHiveMetastore { } if (incoming.get(2)) { { - org.apache.thrift.protocol.TList _list825 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.part_vals = new ArrayList<String>(_list825.size); - String _elem826; - for (int _i827 = 0; _i827 < _list825.size; ++_i827) + org.apache.thrift.protocol.TList _list817 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.part_vals = new ArrayList<String>(_list817.size); + String _elem818; + for (int _i819 = 0; _i819 < _list817.size; ++_i819) { - _elem826 = iprot.readString(); - struct.part_vals.add(_elem826); + _elem818 = iprot.readString(); +
<TRUNCATED>
