You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2017/02/02 02:03:44 UTC

[45/50] [abbrv] hive git commit: HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin) UNVERIFIED (build only)

http://git-wip-us.apache.org/repos/asf/hive/blob/748c1bd2/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java
----------------------------------------------------------------------
diff --cc metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java
index 040258a,b7b7da7..6b80461
--- 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
@@@ -29810,13 -29414,13 +29942,13 @@@ public class ThriftHiveMetastore 
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list674 = iprot.readListBegin();
--                  struct.success = new ArrayList<String>(_list674.size);
--                  String _elem675;
--                  for (int _i676 = 0; _i676 < _list674.size; ++_i676)
++                  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)
                    {
--                    _elem675 = iprot.readString();
--                    struct.success.add(_elem675);
++                    _elem683 = iprot.readString();
++                    struct.success.add(_elem683);
                    }
                    iprot.readListEnd();
                  }
@@@ -29851,9 -29455,9 +29983,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter677 : struct.success)
++            for (String _iter685 : struct.success)
              {
--              oprot.writeString(_iter677);
++              oprot.writeString(_iter685);
              }
              oprot.writeListEnd();
            }
@@@ -29892,9 -29496,9 +30024,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter678 : struct.success)
++            for (String _iter686 : struct.success)
              {
--              oprot.writeString(_iter678);
++              oprot.writeString(_iter686);
              }
            }
          }
@@@ -29909,13 -29513,13 +30041,13 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list679 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.success = new ArrayList<String>(_list679.size);
--            String _elem680;
--            for (int _i681 = 0; _i681 < _list679.size; ++_i681)
++            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)
              {
--              _elem680 = iprot.readString();
--              struct.success.add(_elem680);
++              _elem688 = iprot.readString();
++              struct.success.add(_elem688);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -30569,13 -30173,13 +30701,13 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  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)
++                  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)
                    {
--                    _elem683 = iprot.readString();
--                    struct.success.add(_elem683);
++                    _elem691 = iprot.readString();
++                    struct.success.add(_elem691);
                    }
                    iprot.readListEnd();
                  }
@@@ -30610,9 -30214,9 +30742,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter685 : struct.success)
++            for (String _iter693 : struct.success)
              {
--              oprot.writeString(_iter685);
++              oprot.writeString(_iter693);
              }
              oprot.writeListEnd();
            }
@@@ -30651,9 -30255,9 +30783,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter686 : struct.success)
++            for (String _iter694 : struct.success)
              {
--              oprot.writeString(_iter686);
++              oprot.writeString(_iter694);
              }
            }
          }
@@@ -30668,13 -30272,13 +30800,13 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            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)
++            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)
              {
--              _elem688 = iprot.readString();
--              struct.success.add(_elem688);
++              _elem696 = iprot.readString();
++              struct.success.add(_elem696);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -35281,16 -34885,16 +35413,16 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
                  {
--                  org.apache.thrift.protocol.TMap _map690 = iprot.readMapBegin();
--                  struct.success = new HashMap<String,Type>(2*_map690.size);
--                  String _key691;
--                  Type _val692;
--                  for (int _i693 = 0; _i693 < _map690.size; ++_i693)
++                  org.apache.thrift.protocol.TMap _map698 = iprot.readMapBegin();
++                  struct.success = new HashMap<String,Type>(2*_map698.size);
++                  String _key699;
++                  Type _val700;
++                  for (int _i701 = 0; _i701 < _map698.size; ++_i701)
                    {
--                    _key691 = iprot.readString();
--                    _val692 = new Type();
--                    _val692.read(iprot);
--                    struct.success.put(_key691, _val692);
++                    _key699 = iprot.readString();
++                    _val700 = new Type();
++                    _val700.read(iprot);
++                    struct.success.put(_key699, _val700);
                    }
                    iprot.readMapEnd();
                  }
@@@ -35325,10 -34929,10 +35457,10 @@@
            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> _iter694 : struct.success.entrySet())
++            for (Map.Entry<String, Type> _iter702 : struct.success.entrySet())
              {
--              oprot.writeString(_iter694.getKey());
--              _iter694.getValue().write(oprot);
++              oprot.writeString(_iter702.getKey());
++              _iter702.getValue().write(oprot);
              }
              oprot.writeMapEnd();
            }
@@@ -35367,10 -34971,10 +35499,10 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (Map.Entry<String, Type> _iter695 : struct.success.entrySet())
++            for (Map.Entry<String, Type> _iter703 : struct.success.entrySet())
              {
--              oprot.writeString(_iter695.getKey());
--              _iter695.getValue().write(oprot);
++              oprot.writeString(_iter703.getKey());
++              _iter703.getValue().write(oprot);
              }
            }
          }
@@@ -35385,16 -34989,16 +35517,16 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TMap _map696 = 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*_map696.size);
--            String _key697;
--            Type _val698;
--            for (int _i699 = 0; _i699 < _map696.size; ++_i699)
++            org.apache.thrift.protocol.TMap _map704 = 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*_map704.size);
++            String _key705;
++            Type _val706;
++            for (int _i707 = 0; _i707 < _map704.size; ++_i707)
              {
--              _key697 = iprot.readString();
--              _val698 = new Type();
--              _val698.read(iprot);
--              struct.success.put(_key697, _val698);
++              _key705 = iprot.readString();
++              _val706 = new Type();
++              _val706.read(iprot);
++              struct.success.put(_key705, _val706);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -36429,14 -36033,14 +36561,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list700 = iprot.readListBegin();
--                  struct.success = new ArrayList<FieldSchema>(_list700.size);
--                  FieldSchema _elem701;
--                  for (int _i702 = 0; _i702 < _list700.size; ++_i702)
++                  org.apache.thrift.protocol.TList _list708 = iprot.readListBegin();
++                  struct.success = new ArrayList<FieldSchema>(_list708.size);
++                  FieldSchema _elem709;
++                  for (int _i710 = 0; _i710 < _list708.size; ++_i710)
                    {
--                    _elem701 = new FieldSchema();
--                    _elem701.read(iprot);
--                    struct.success.add(_elem701);
++                    _elem709 = new FieldSchema();
++                    _elem709.read(iprot);
++                    struct.success.add(_elem709);
                    }
                    iprot.readListEnd();
                  }
@@@ -36489,9 -36093,9 +36621,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (FieldSchema _iter703 : struct.success)
++            for (FieldSchema _iter711 : struct.success)
              {
--              _iter703.write(oprot);
++              _iter711.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -36546,9 -36150,9 +36678,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (FieldSchema _iter704 : struct.success)
++            for (FieldSchema _iter712 : struct.success)
              {
--              _iter704.write(oprot);
++              _iter712.write(oprot);
              }
            }
          }
@@@ -36569,14 -36173,14 +36701,14 @@@
          BitSet incoming = iprot.readBitSet(4);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list705 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<FieldSchema>(_list705.size);
--            FieldSchema _elem706;
--            for (int _i707 = 0; _i707 < _list705.size; ++_i707)
++            org.apache.thrift.protocol.TList _list713 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<FieldSchema>(_list713.size);
++            FieldSchema _elem714;
++            for (int _i715 = 0; _i715 < _list713.size; ++_i715)
              {
--              _elem706 = new FieldSchema();
--              _elem706.read(iprot);
--              struct.success.add(_elem706);
++              _elem714 = new FieldSchema();
++              _elem714.read(iprot);
++              struct.success.add(_elem714);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -37730,14 -37334,14 +37862,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list708 = iprot.readListBegin();
--                  struct.success = new ArrayList<FieldSchema>(_list708.size);
--                  FieldSchema _elem709;
--                  for (int _i710 = 0; _i710 < _list708.size; ++_i710)
++                  org.apache.thrift.protocol.TList _list716 = iprot.readListBegin();
++                  struct.success = new ArrayList<FieldSchema>(_list716.size);
++                  FieldSchema _elem717;
++                  for (int _i718 = 0; _i718 < _list716.size; ++_i718)
                    {
--                    _elem709 = new FieldSchema();
--                    _elem709.read(iprot);
--                    struct.success.add(_elem709);
++                    _elem717 = new FieldSchema();
++                    _elem717.read(iprot);
++                    struct.success.add(_elem717);
                    }
                    iprot.readListEnd();
                  }
@@@ -37790,9 -37394,9 +37922,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (FieldSchema _iter711 : struct.success)
++            for (FieldSchema _iter719 : struct.success)
              {
--              _iter711.write(oprot);
++              _iter719.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -37847,9 -37451,9 +37979,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (FieldSchema _iter712 : struct.success)
++            for (FieldSchema _iter720 : struct.success)
              {
--              _iter712.write(oprot);
++              _iter720.write(oprot);
              }
            }
          }
@@@ -37870,14 -37474,14 +38002,14 @@@
          BitSet incoming = iprot.readBitSet(4);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list713 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<FieldSchema>(_list713.size);
--            FieldSchema _elem714;
--            for (int _i715 = 0; _i715 < _list713.size; ++_i715)
++            org.apache.thrift.protocol.TList _list721 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<FieldSchema>(_list721.size);
++            FieldSchema _elem722;
++            for (int _i723 = 0; _i723 < _list721.size; ++_i723)
              {
--              _elem714 = new FieldSchema();
--              _elem714.read(iprot);
--              struct.success.add(_elem714);
++              _elem722 = new FieldSchema();
++              _elem722.read(iprot);
++              struct.success.add(_elem722);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -38922,14 -38526,14 +39054,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list716 = iprot.readListBegin();
--                  struct.success = new ArrayList<FieldSchema>(_list716.size);
--                  FieldSchema _elem717;
--                  for (int _i718 = 0; _i718 < _list716.size; ++_i718)
++                  org.apache.thrift.protocol.TList _list724 = iprot.readListBegin();
++                  struct.success = new ArrayList<FieldSchema>(_list724.size);
++                  FieldSchema _elem725;
++                  for (int _i726 = 0; _i726 < _list724.size; ++_i726)
                    {
--                    _elem717 = new FieldSchema();
--                    _elem717.read(iprot);
--                    struct.success.add(_elem717);
++                    _elem725 = new FieldSchema();
++                    _elem725.read(iprot);
++                    struct.success.add(_elem725);
                    }
                    iprot.readListEnd();
                  }
@@@ -38982,9 -38586,9 +39114,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (FieldSchema _iter719 : struct.success)
++            for (FieldSchema _iter727 : struct.success)
              {
--              _iter719.write(oprot);
++              _iter727.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -39039,9 -38643,9 +39171,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (FieldSchema _iter720 : struct.success)
++            for (FieldSchema _iter728 : struct.success)
              {
--              _iter720.write(oprot);
++              _iter728.write(oprot);
              }
            }
          }
@@@ -39062,14 -38666,14 +39194,14 @@@
          BitSet incoming = iprot.readBitSet(4);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list721 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<FieldSchema>(_list721.size);
--            FieldSchema _elem722;
--            for (int _i723 = 0; _i723 < _list721.size; ++_i723)
++            org.apache.thrift.protocol.TList _list729 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<FieldSchema>(_list729.size);
++            FieldSchema _elem730;
++            for (int _i731 = 0; _i731 < _list729.size; ++_i731)
              {
--              _elem722 = new FieldSchema();
--              _elem722.read(iprot);
--              struct.success.add(_elem722);
++              _elem730 = new FieldSchema();
++              _elem730.read(iprot);
++              struct.success.add(_elem730);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -40223,14 -39827,14 +40355,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list724 = iprot.readListBegin();
--                  struct.success = new ArrayList<FieldSchema>(_list724.size);
--                  FieldSchema _elem725;
--                  for (int _i726 = 0; _i726 < _list724.size; ++_i726)
++                  org.apache.thrift.protocol.TList _list732 = iprot.readListBegin();
++                  struct.success = new ArrayList<FieldSchema>(_list732.size);
++                  FieldSchema _elem733;
++                  for (int _i734 = 0; _i734 < _list732.size; ++_i734)
                    {
--                    _elem725 = new FieldSchema();
--                    _elem725.read(iprot);
--                    struct.success.add(_elem725);
++                    _elem733 = new FieldSchema();
++                    _elem733.read(iprot);
++                    struct.success.add(_elem733);
                    }
                    iprot.readListEnd();
                  }
@@@ -40283,9 -39887,9 +40415,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (FieldSchema _iter727 : struct.success)
++            for (FieldSchema _iter735 : struct.success)
              {
--              _iter727.write(oprot);
++              _iter735.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -40340,9 -39944,9 +40472,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (FieldSchema _iter728 : struct.success)
++            for (FieldSchema _iter736 : struct.success)
              {
--              _iter728.write(oprot);
++              _iter736.write(oprot);
              }
            }
          }
@@@ -40363,14 -39967,14 +40495,14 @@@
          BitSet incoming = iprot.readBitSet(4);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list729 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<FieldSchema>(_list729.size);
--            FieldSchema _elem730;
--            for (int _i731 = 0; _i731 < _list729.size; ++_i731)
++            org.apache.thrift.protocol.TList _list737 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<FieldSchema>(_list737.size);
++            FieldSchema _elem738;
++            for (int _i739 = 0; _i739 < _list737.size; ++_i739)
              {
--              _elem730 = new FieldSchema();
--              _elem730.read(iprot);
--              struct.success.add(_elem730);
++              _elem738 = new FieldSchema();
++              _elem738.read(iprot);
++              struct.success.add(_elem738);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -43095,14 -42699,14 +43227,14 @@@
              case 2: // PRIMARY_KEYS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list732 = iprot.readListBegin();
--                  struct.primaryKeys = new ArrayList<SQLPrimaryKey>(_list732.size);
--                  SQLPrimaryKey _elem733;
--                  for (int _i734 = 0; _i734 < _list732.size; ++_i734)
++                  org.apache.thrift.protocol.TList _list740 = iprot.readListBegin();
++                  struct.primaryKeys = new ArrayList<SQLPrimaryKey>(_list740.size);
++                  SQLPrimaryKey _elem741;
++                  for (int _i742 = 0; _i742 < _list740.size; ++_i742)
                    {
--                    _elem733 = new SQLPrimaryKey();
--                    _elem733.read(iprot);
--                    struct.primaryKeys.add(_elem733);
++                    _elem741 = new SQLPrimaryKey();
++                    _elem741.read(iprot);
++                    struct.primaryKeys.add(_elem741);
                    }
                    iprot.readListEnd();
                  }
@@@ -43114,14 -42718,14 +43246,14 @@@
              case 3: // FOREIGN_KEYS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list735 = iprot.readListBegin();
--                  struct.foreignKeys = new ArrayList<SQLForeignKey>(_list735.size);
--                  SQLForeignKey _elem736;
--                  for (int _i737 = 0; _i737 < _list735.size; ++_i737)
++                  org.apache.thrift.protocol.TList _list743 = iprot.readListBegin();
++                  struct.foreignKeys = new ArrayList<SQLForeignKey>(_list743.size);
++                  SQLForeignKey _elem744;
++                  for (int _i745 = 0; _i745 < _list743.size; ++_i745)
                    {
--                    _elem736 = new SQLForeignKey();
--                    _elem736.read(iprot);
--                    struct.foreignKeys.add(_elem736);
++                    _elem744 = new SQLForeignKey();
++                    _elem744.read(iprot);
++                    struct.foreignKeys.add(_elem744);
                    }
                    iprot.readListEnd();
                  }
@@@ -43152,9 -42756,9 +43284,9 @@@
            oprot.writeFieldBegin(PRIMARY_KEYS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.primaryKeys.size()));
--            for (SQLPrimaryKey _iter738 : struct.primaryKeys)
++            for (SQLPrimaryKey _iter746 : struct.primaryKeys)
              {
--              _iter738.write(oprot);
++              _iter746.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -43164,9 -42768,9 +43296,9 @@@
            oprot.writeFieldBegin(FOREIGN_KEYS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.foreignKeys.size()));
--            for (SQLForeignKey _iter739 : struct.foreignKeys)
++            for (SQLForeignKey _iter747 : struct.foreignKeys)
              {
--              _iter739.write(oprot);
++              _iter747.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -43206,18 -42810,18 +43338,18 @@@
          if (struct.isSetPrimaryKeys()) {
            {
              oprot.writeI32(struct.primaryKeys.size());
--            for (SQLPrimaryKey _iter740 : struct.primaryKeys)
++            for (SQLPrimaryKey _iter748 : struct.primaryKeys)
              {
--              _iter740.write(oprot);
++              _iter748.write(oprot);
              }
            }
          }
          if (struct.isSetForeignKeys()) {
            {
              oprot.writeI32(struct.foreignKeys.size());
--            for (SQLForeignKey _iter741 : struct.foreignKeys)
++            for (SQLForeignKey _iter749 : struct.foreignKeys)
              {
--              _iter741.write(oprot);
++              _iter749.write(oprot);
              }
            }
          }
@@@ -43234,28 -42838,28 +43366,28 @@@
          }
          if (incoming.get(1)) {
            {
--            org.apache.thrift.protocol.TList _list742 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.primaryKeys = new ArrayList<SQLPrimaryKey>(_list742.size);
--            SQLPrimaryKey _elem743;
--            for (int _i744 = 0; _i744 < _list742.size; ++_i744)
++            org.apache.thrift.protocol.TList _list750 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.primaryKeys = new ArrayList<SQLPrimaryKey>(_list750.size);
++            SQLPrimaryKey _elem751;
++            for (int _i752 = 0; _i752 < _list750.size; ++_i752)
              {
--              _elem743 = new SQLPrimaryKey();
--              _elem743.read(iprot);
--              struct.primaryKeys.add(_elem743);
++              _elem751 = new SQLPrimaryKey();
++              _elem751.read(iprot);
++              struct.primaryKeys.add(_elem751);
              }
            }
            struct.setPrimaryKeysIsSet(true);
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list745 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.foreignKeys = new ArrayList<SQLForeignKey>(_list745.size);
--            SQLForeignKey _elem746;
--            for (int _i747 = 0; _i747 < _list745.size; ++_i747)
++            org.apache.thrift.protocol.TList _list753 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.foreignKeys = new ArrayList<SQLForeignKey>(_list753.size);
++            SQLForeignKey _elem754;
++            for (int _i755 = 0; _i755 < _list753.size; ++_i755)
              {
--              _elem746 = new SQLForeignKey();
--              _elem746.read(iprot);
--              struct.foreignKeys.add(_elem746);
++              _elem754 = new SQLForeignKey();
++              _elem754.read(iprot);
++              struct.foreignKeys.add(_elem754);
              }
            }
            struct.setForeignKeysIsSet(true);
@@@ -49454,13 -49058,13 +49586,13 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list748 = iprot.readListBegin();
--                  struct.success = new ArrayList<String>(_list748.size);
--                  String _elem749;
--                  for (int _i750 = 0; _i750 < _list748.size; ++_i750)
++                  org.apache.thrift.protocol.TList _list756 = iprot.readListBegin();
++                  struct.success = new ArrayList<String>(_list756.size);
++                  String _elem757;
++                  for (int _i758 = 0; _i758 < _list756.size; ++_i758)
                    {
--                    _elem749 = iprot.readString();
--                    struct.success.add(_elem749);
++                    _elem757 = iprot.readString();
++                    struct.success.add(_elem757);
                    }
                    iprot.readListEnd();
                  }
@@@ -49495,9 -49099,9 +49627,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter751 : struct.success)
++            for (String _iter759 : struct.success)
              {
--              oprot.writeString(_iter751);
++              oprot.writeString(_iter759);
              }
              oprot.writeListEnd();
            }
@@@ -49536,9 -49140,9 +49668,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter752 : struct.success)
++            for (String _iter760 : struct.success)
              {
--              oprot.writeString(_iter752);
++              oprot.writeString(_iter760);
              }
            }
          }
@@@ -49553,13 -49157,13 +49685,13 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list753 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.success = new ArrayList<String>(_list753.size);
--            String _elem754;
--            for (int _i755 = 0; _i755 < _list753.size; ++_i755)
++            org.apache.thrift.protocol.TList _list761 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.success = new ArrayList<String>(_list761.size);
++            String _elem762;
++            for (int _i763 = 0; _i763 < _list761.size; ++_i763)
              {
--              _elem754 = iprot.readString();
--              struct.success.add(_elem754);
++              _elem762 = iprot.readString();
++              struct.success.add(_elem762);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -50533,13 -50137,13 +50665,13 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list756 = iprot.readListBegin();
--                  struct.success = new ArrayList<String>(_list756.size);
--                  String _elem757;
--                  for (int _i758 = 0; _i758 < _list756.size; ++_i758)
++                  org.apache.thrift.protocol.TList _list764 = iprot.readListBegin();
++                  struct.success = new ArrayList<String>(_list764.size);
++                  String _elem765;
++                  for (int _i766 = 0; _i766 < _list764.size; ++_i766)
                    {
--                    _elem757 = iprot.readString();
--                    struct.success.add(_elem757);
++                    _elem765 = iprot.readString();
++                    struct.success.add(_elem765);
                    }
                    iprot.readListEnd();
                  }
@@@ -50574,9 -50178,9 +50706,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter759 : struct.success)
++            for (String _iter767 : struct.success)
              {
--              oprot.writeString(_iter759);
++              oprot.writeString(_iter767);
              }
              oprot.writeListEnd();
            }
@@@ -50615,9 -50219,9 +50747,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter760 : struct.success)
++            for (String _iter768 : struct.success)
              {
--              oprot.writeString(_iter760);
++              oprot.writeString(_iter768);
              }
            }
          }
@@@ -50632,13 -50236,13 +50764,13 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list761 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.success = new ArrayList<String>(_list761.size);
--            String _elem762;
--            for (int _i763 = 0; _i763 < _list761.size; ++_i763)
++            org.apache.thrift.protocol.TList _list769 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.success = new ArrayList<String>(_list769.size);
++            String _elem770;
++            for (int _i771 = 0; _i771 < _list769.size; ++_i771)
              {
--              _elem762 = iprot.readString();
--              struct.success.add(_elem762);
++              _elem770 = iprot.readString();
++              struct.success.add(_elem770);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -51143,13 -50747,13 +51275,13 @@@
              case 3: // TBL_TYPES
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list764 = iprot.readListBegin();
--                  struct.tbl_types = new ArrayList<String>(_list764.size);
--                  String _elem765;
--                  for (int _i766 = 0; _i766 < _list764.size; ++_i766)
++                  org.apache.thrift.protocol.TList _list772 = iprot.readListBegin();
++                  struct.tbl_types = new ArrayList<String>(_list772.size);
++                  String _elem773;
++                  for (int _i774 = 0; _i774 < _list772.size; ++_i774)
                    {
--                    _elem765 = iprot.readString();
--                    struct.tbl_types.add(_elem765);
++                    _elem773 = iprot.readString();
++                    struct.tbl_types.add(_elem773);
                    }
                    iprot.readListEnd();
                  }
@@@ -51185,9 -50789,9 +51317,9 @@@
            oprot.writeFieldBegin(TBL_TYPES_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.tbl_types.size()));
--            for (String _iter767 : struct.tbl_types)
++            for (String _iter775 : struct.tbl_types)
              {
--              oprot.writeString(_iter767);
++              oprot.writeString(_iter775);
              }
              oprot.writeListEnd();
            }
@@@ -51230,9 -50834,9 +51362,9 @@@
          if (struct.isSetTbl_types()) {
            {
              oprot.writeI32(struct.tbl_types.size());
--            for (String _iter768 : struct.tbl_types)
++            for (String _iter776 : struct.tbl_types)
              {
--              oprot.writeString(_iter768);
++              oprot.writeString(_iter776);
              }
            }
          }
@@@ -51252,13 -50856,13 +51384,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list769 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.tbl_types = new ArrayList<String>(_list769.size);
--            String _elem770;
--            for (int _i771 = 0; _i771 < _list769.size; ++_i771)
++            org.apache.thrift.protocol.TList _list777 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.tbl_types = new ArrayList<String>(_list777.size);
++            String _elem778;
++            for (int _i779 = 0; _i779 < _list777.size; ++_i779)
              {
--              _elem770 = iprot.readString();
--              struct.tbl_types.add(_elem770);
++              _elem778 = iprot.readString();
++              struct.tbl_types.add(_elem778);
              }
            }
            struct.setTbl_typesIsSet(true);
@@@ -51664,14 -51268,14 +51796,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list772 = iprot.readListBegin();
--                  struct.success = new ArrayList<TableMeta>(_list772.size);
--                  TableMeta _elem773;
--                  for (int _i774 = 0; _i774 < _list772.size; ++_i774)
++                  org.apache.thrift.protocol.TList _list780 = iprot.readListBegin();
++                  struct.success = new ArrayList<TableMeta>(_list780.size);
++                  TableMeta _elem781;
++                  for (int _i782 = 0; _i782 < _list780.size; ++_i782)
                    {
--                    _elem773 = new TableMeta();
--                    _elem773.read(iprot);
--                    struct.success.add(_elem773);
++                    _elem781 = new TableMeta();
++                    _elem781.read(iprot);
++                    struct.success.add(_elem781);
                    }
                    iprot.readListEnd();
                  }
@@@ -51706,9 -51310,9 +51838,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (TableMeta _iter775 : struct.success)
++            for (TableMeta _iter783 : struct.success)
              {
--              _iter775.write(oprot);
++              _iter783.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -51747,9 -51351,9 +51879,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (TableMeta _iter776 : struct.success)
++            for (TableMeta _iter784 : struct.success)
              {
--              _iter776.write(oprot);
++              _iter784.write(oprot);
              }
            }
          }
@@@ -51764,14 -51368,14 +51896,14 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list777 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<TableMeta>(_list777.size);
--            TableMeta _elem778;
--            for (int _i779 = 0; _i779 < _list777.size; ++_i779)
++            org.apache.thrift.protocol.TList _list785 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<TableMeta>(_list785.size);
++            TableMeta _elem786;
++            for (int _i787 = 0; _i787 < _list785.size; ++_i787)
              {
--              _elem778 = new TableMeta();
--              _elem778.read(iprot);
--              struct.success.add(_elem778);
++              _elem786 = new TableMeta();
++              _elem786.read(iprot);
++              struct.success.add(_elem786);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -52537,13 -52141,13 +52669,13 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list780 = iprot.readListBegin();
--                  struct.success = new ArrayList<String>(_list780.size);
--                  String _elem781;
--                  for (int _i782 = 0; _i782 < _list780.size; ++_i782)
++                  org.apache.thrift.protocol.TList _list788 = iprot.readListBegin();
++                  struct.success = new ArrayList<String>(_list788.size);
++                  String _elem789;
++                  for (int _i790 = 0; _i790 < _list788.size; ++_i790)
                    {
--                    _elem781 = iprot.readString();
--                    struct.success.add(_elem781);
++                    _elem789 = iprot.readString();
++                    struct.success.add(_elem789);
                    }
                    iprot.readListEnd();
                  }
@@@ -52578,9 -52182,9 +52710,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter783 : struct.success)
++            for (String _iter791 : struct.success)
              {
--              oprot.writeString(_iter783);
++              oprot.writeString(_iter791);
              }
              oprot.writeListEnd();
            }
@@@ -52619,9 -52223,9 +52751,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter784 : struct.success)
++            for (String _iter792 : struct.success)
              {
--              oprot.writeString(_iter784);
++              oprot.writeString(_iter792);
              }
            }
          }
@@@ -52636,13 -52240,13 +52768,13 @@@
          BitSet incoming = iprot.readBitSet(2);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list785 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.success = new ArrayList<String>(_list785.size);
--            String _elem786;
--            for (int _i787 = 0; _i787 < _list785.size; ++_i787)
++            org.apache.thrift.protocol.TList _list793 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.success = new ArrayList<String>(_list793.size);
++            String _elem794;
++            for (int _i795 = 0; _i795 < _list793.size; ++_i795)
              {
--              _elem786 = iprot.readString();
--              struct.success.add(_elem786);
++              _elem794 = iprot.readString();
++              struct.success.add(_elem794);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -54095,13 -53699,13 +54227,13 @@@
              case 2: // TBL_NAMES
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list788 = iprot.readListBegin();
--                  struct.tbl_names = new ArrayList<String>(_list788.size);
--                  String _elem789;
--                  for (int _i790 = 0; _i790 < _list788.size; ++_i790)
++                  org.apache.thrift.protocol.TList _list796 = iprot.readListBegin();
++                  struct.tbl_names = new ArrayList<String>(_list796.size);
++                  String _elem797;
++                  for (int _i798 = 0; _i798 < _list796.size; ++_i798)
                    {
--                    _elem789 = iprot.readString();
--                    struct.tbl_names.add(_elem789);
++                    _elem797 = iprot.readString();
++                    struct.tbl_names.add(_elem797);
                    }
                    iprot.readListEnd();
                  }
@@@ -54132,9 -53736,9 +54264,9 @@@
            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 _iter791 : struct.tbl_names)
++            for (String _iter799 : struct.tbl_names)
              {
--              oprot.writeString(_iter791);
++              oprot.writeString(_iter799);
              }
              oprot.writeListEnd();
            }
@@@ -54171,9 -53775,9 +54303,9 @@@
          if (struct.isSetTbl_names()) {
            {
              oprot.writeI32(struct.tbl_names.size());
--            for (String _iter792 : struct.tbl_names)
++            for (String _iter800 : struct.tbl_names)
              {
--              oprot.writeString(_iter792);
++              oprot.writeString(_iter800);
              }
            }
          }
@@@ -54189,13 -53793,13 +54321,13 @@@
          }
          if (incoming.get(1)) {
            {
--            org.apache.thrift.protocol.TList _list793 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.tbl_names = new ArrayList<String>(_list793.size);
--            String _elem794;
--            for (int _i795 = 0; _i795 < _list793.size; ++_i795)
++            org.apache.thrift.protocol.TList _list801 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.tbl_names = new ArrayList<String>(_list801.size);
++            String _elem802;
++            for (int _i803 = 0; _i803 < _list801.size; ++_i803)
              {
--              _elem794 = iprot.readString();
--              struct.tbl_names.add(_elem794);
++              _elem802 = iprot.readString();
++              struct.tbl_names.add(_elem802);
              }
            }
            struct.setTbl_namesIsSet(true);
@@@ -54520,14 -54124,14 +54652,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list796 = iprot.readListBegin();
--                  struct.success = new ArrayList<Table>(_list796.size);
--                  Table _elem797;
--                  for (int _i798 = 0; _i798 < _list796.size; ++_i798)
++                  org.apache.thrift.protocol.TList _list804 = iprot.readListBegin();
++                  struct.success = new ArrayList<Table>(_list804.size);
++                  Table _elem805;
++                  for (int _i806 = 0; _i806 < _list804.size; ++_i806)
                    {
--                    _elem797 = new Table();
--                    _elem797.read(iprot);
--                    struct.success.add(_elem797);
++                    _elem805 = new Table();
++                    _elem805.read(iprot);
++                    struct.success.add(_elem805);
                    }
                    iprot.readListEnd();
                  }
@@@ -54553,9 -54157,9 +54685,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (Table _iter799 : struct.success)
++            for (Table _iter807 : struct.success)
              {
--              _iter799.write(oprot);
++              _iter807.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -54586,9 -54190,9 +54718,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (Table _iter800 : struct.success)
++            for (Table _iter808 : struct.success)
              {
--              _iter800.write(oprot);
++              _iter808.write(oprot);
              }
            }
          }
@@@ -54600,14 -54204,14 +54732,14 @@@
          BitSet incoming = iprot.readBitSet(1);
          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<Table>(_list801.size);
--            Table _elem802;
--            for (int _i803 = 0; _i803 < _list801.size; ++_i803)
++            org.apache.thrift.protocol.TList _list809 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<Table>(_list809.size);
++            Table _elem810;
++            for (int _i811 = 0; _i811 < _list809.size; ++_i811)
              {
--              _elem802 = new Table();
--              _elem802.read(iprot);
--              struct.success.add(_elem802);
++              _elem810 = new Table();
++              _elem810.read(iprot);
++              struct.success.add(_elem810);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -57720,13 -57324,13 +57852,13 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  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)
++                  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)
                    {
--                    _elem805 = iprot.readString();
--                    struct.success.add(_elem805);
++                    _elem813 = iprot.readString();
++                    struct.success.add(_elem813);
                    }
                    iprot.readListEnd();
                  }
@@@ -57779,9 -57383,9 +57911,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, struct.success.size()));
--            for (String _iter807 : struct.success)
++            for (String _iter815 : struct.success)
              {
--              oprot.writeString(_iter807);
++              oprot.writeString(_iter815);
              }
              oprot.writeListEnd();
            }
@@@ -57836,9 -57440,9 +57968,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (String _iter808 : struct.success)
++            for (String _iter816 : struct.success)
              {
--              oprot.writeString(_iter808);
++              oprot.writeString(_iter816);
              }
            }
          }
@@@ -57859,13 -57463,13 +57991,13 @@@
          BitSet incoming = iprot.readBitSet(4);
          if (incoming.get(0)) {
            {
--            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)
++            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)
              {
--              _elem810 = iprot.readString();
--              struct.success.add(_elem810);
++              _elem818 = iprot.readString();
++              struct.success.add(_elem818);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -63724,14 -63328,14 +63856,14 @@@
              case 1: // NEW_PARTS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list812 = iprot.readListBegin();
--                  struct.new_parts = new ArrayList<Partition>(_list812.size);
--                  Partition _elem813;
--                  for (int _i814 = 0; _i814 < _list812.size; ++_i814)
++                  org.apache.thrift.protocol.TList _list820 = iprot.readListBegin();
++                  struct.new_parts = new ArrayList<Partition>(_list820.size);
++                  Partition _elem821;
++                  for (int _i822 = 0; _i822 < _list820.size; ++_i822)
                    {
--                    _elem813 = new Partition();
--                    _elem813.read(iprot);
--                    struct.new_parts.add(_elem813);
++                    _elem821 = new Partition();
++                    _elem821.read(iprot);
++                    struct.new_parts.add(_elem821);
                    }
                    iprot.readListEnd();
                  }
@@@ -63757,9 -63361,9 +63889,9 @@@
            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 _iter815 : struct.new_parts)
++            for (Partition _iter823 : struct.new_parts)
              {
--              _iter815.write(oprot);
++              _iter823.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -63790,9 -63394,9 +63922,9 @@@
          if (struct.isSetNew_parts()) {
            {
              oprot.writeI32(struct.new_parts.size());
--            for (Partition _iter816 : struct.new_parts)
++            for (Partition _iter824 : struct.new_parts)
              {
--              _iter816.write(oprot);
++              _iter824.write(oprot);
              }
            }
          }
@@@ -63804,14 -63408,14 +63936,14 @@@
          BitSet incoming = iprot.readBitSet(1);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list817 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.new_parts = new ArrayList<Partition>(_list817.size);
--            Partition _elem818;
--            for (int _i819 = 0; _i819 < _list817.size; ++_i819)
++            org.apache.thrift.protocol.TList _list825 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.new_parts = new ArrayList<Partition>(_list825.size);
++            Partition _elem826;
++            for (int _i827 = 0; _i827 < _list825.size; ++_i827)
              {
--              _elem818 = new Partition();
--              _elem818.read(iprot);
--              struct.new_parts.add(_elem818);
++              _elem826 = new Partition();
++              _elem826.read(iprot);
++              struct.new_parts.add(_elem826);
              }
            }
            struct.setNew_partsIsSet(true);
@@@ -64812,14 -64416,14 +64944,14 @@@
              case 1: // NEW_PARTS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list820 = iprot.readListBegin();
--                  struct.new_parts = new ArrayList<PartitionSpec>(_list820.size);
--                  PartitionSpec _elem821;
--                  for (int _i822 = 0; _i822 < _list820.size; ++_i822)
++                  org.apache.thrift.protocol.TList _list828 = iprot.readListBegin();
++                  struct.new_parts = new ArrayList<PartitionSpec>(_list828.size);
++                  PartitionSpec _elem829;
++                  for (int _i830 = 0; _i830 < _list828.size; ++_i830)
                    {
--                    _elem821 = new PartitionSpec();
--                    _elem821.read(iprot);
--                    struct.new_parts.add(_elem821);
++                    _elem829 = new PartitionSpec();
++                    _elem829.read(iprot);
++                    struct.new_parts.add(_elem829);
                    }
                    iprot.readListEnd();
                  }
@@@ -64845,9 -64449,9 +64977,9 @@@
            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 _iter823 : struct.new_parts)
++            for (PartitionSpec _iter831 : struct.new_parts)
              {
--              _iter823.write(oprot);
++              _iter831.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -64878,9 -64482,9 +65010,9 @@@
          if (struct.isSetNew_parts()) {
            {
              oprot.writeI32(struct.new_parts.size());
--            for (PartitionSpec _iter824 : struct.new_parts)
++            for (PartitionSpec _iter832 : struct.new_parts)
              {
--              _iter824.write(oprot);
++              _iter832.write(oprot);
              }
            }
          }
@@@ -64892,14 -64496,14 +65024,14 @@@
          BitSet incoming = iprot.readBitSet(1);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list825 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.new_parts = new ArrayList<PartitionSpec>(_list825.size);
--            PartitionSpec _elem826;
--            for (int _i827 = 0; _i827 < _list825.size; ++_i827)
++            org.apache.thrift.protocol.TList _list833 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.new_parts = new ArrayList<PartitionSpec>(_list833.size);
++            PartitionSpec _elem834;
++            for (int _i835 = 0; _i835 < _list833.size; ++_i835)
              {
--              _elem826 = new PartitionSpec();
--              _elem826.read(iprot);
--              struct.new_parts.add(_elem826);
++              _elem834 = new PartitionSpec();
++              _elem834.read(iprot);
++              struct.new_parts.add(_elem834);
              }
            }
            struct.setNew_partsIsSet(true);
@@@ -66075,13 -65679,13 +66207,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list828 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list828.size);
--                  String _elem829;
--                  for (int _i830 = 0; _i830 < _list828.size; ++_i830)
++                  org.apache.thrift.protocol.TList _list836 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list836.size);
++                  String _elem837;
++                  for (int _i838 = 0; _i838 < _list836.size; ++_i838)
                    {
--                    _elem829 = iprot.readString();
--                    struct.part_vals.add(_elem829);
++                    _elem837 = iprot.readString();
++                    struct.part_vals.add(_elem837);
                    }
                    iprot.readListEnd();
                  }
@@@ -66117,9 -65721,9 +66249,9 @@@
            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 _iter831 : struct.part_vals)
++            for (String _iter839 : struct.part_vals)
              {
--              oprot.writeString(_iter831);
++              oprot.writeString(_iter839);
              }
              oprot.writeListEnd();
            }
@@@ -66162,9 -65766,9 +66294,9 @@@
          if (struct.isSetPart_vals()) {
            {
              oprot.writeI32(struct.part_vals.size());
--            for (String _iter832 : struct.part_vals)
++            for (String _iter840 : struct.part_vals)
              {
--              oprot.writeString(_iter832);
++              oprot.writeString(_iter840);
              }
            }
          }
@@@ -66184,13 -65788,13 +66316,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list833 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.part_vals = new ArrayList<String>(_list833.size);
--            String _elem834;
--            for (int _i835 = 0; _i835 < _list833.size; ++_i835)
++            org.apache.thrift.protocol.TList _list841 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.part_vals = new ArrayList<String>(_list841.size);
++            String _elem842;
++            for (int _i843 = 0; _i843 < _list841.size; ++_i843)
              {
--              _elem834 = iprot.readString();
--              struct.part_vals.add(_elem834);
++              _elem842 = iprot.readString();
++              struct.part_vals.add(_elem842);
              }
            }
            struct.setPart_valsIsSet(true);
@@@ -68499,13 -68103,13 +68631,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list836 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list836.size);
--                  String _elem837;
--                  for (int _i838 = 0; _i838 < _list836.size; ++_i838)
++                  org.apache.thrift.protocol.TList _list844 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list844.size);
++                  String _elem845;
++                  for (int _i846 = 0; _i846 < _list844.size; ++_i846)
                    {
--                    _elem837 = iprot.readString();
--                    struct.part_vals.add(_elem837);
++                    _elem845 = iprot.readString();
++                    struct.part_vals.add(_elem845);
                    }
                    iprot.readListEnd();
                  }
@@@ -68550,9 -68154,9 +68682,9 @@@
            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 _iter839 : struct.part_vals)
++            for (String _iter847 : struct.part_vals)
              {
--              oprot.writeString(_iter839);
++              oprot.writeString(_iter847);
              }
              oprot.writeListEnd();
            }
@@@ -68603,9 -68207,9 +68735,9 @@@
          if (struct.isSetPart_vals()) {
            {
              oprot.writeI32(struct.part_vals.size());
--            for (String _iter840 : struct.part_vals)
++            for (String _iter848 : struct.part_vals)
              {
--              oprot.writeString(_iter840);
++              oprot.writeString(_iter848);
              }
            }
          }
@@@ -68628,13 -68232,13 +68760,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list841 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.part_vals = new ArrayList<String>(_list841.size);
--            String _elem842;
--            for (int _i843 = 0; _i843 < _list841.size; ++_i843)
++            org.apache.thrift.protocol.TList _list849 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.part_vals = new ArrayList<String>(_list849.size);
++            String _elem850;
++            for (int _i851 = 0; _i851 < _list849.size; ++_i851)
              {
--              _elem842 = iprot.readString();
--              struct.part_vals.add(_elem842);
++              _elem850 = iprot.readString();
++              struct.part_vals.add(_elem850);
              }
            }
            struct.setPart_valsIsSet(true);
@@@ -72504,13 -72108,13 +72636,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list844 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list844.size);
--                  String _elem845;
--                  for (int _i846 = 0; _i846 < _list844.size; ++_i846)
++                  org.apache.thrift.protocol.TList _list852 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list852.size);
++                  String _elem853;
++                  for (int _i854 = 0; _i854 < _list852.size; ++_i854)
                    {
--                    _elem845 = iprot.readString();
--                    struct.part_vals.add(_elem845);
++                    _elem853 = iprot.readString();
++                    struct.part_vals.add(_elem853);
                    }
                    iprot.readListEnd();
                  }
@@@ -72554,9 -72158,9 +72686,9 @@@
            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 _iter847 : struct.part_vals)
++            for (String _iter855 : struct.part_vals)
              {
--              oprot.writeString(_iter847);
++              oprot.writeString(_iter855);
              }
              oprot.writeListEnd();
            }
@@@ -72605,9 -72209,9 +72737,9 @@@
          if (struct.isSetPart_vals()) {
            {
              oprot.writeI32(struct.part_vals.size());
--            for (String _iter848 : struct.part_vals)
++            for (String _iter856 : struct.part_vals)
              {
--              oprot.writeString(_iter848);
++              oprot.writeString(_iter856);
              }
            }
          }
@@@ -72630,13 -72234,13 +72762,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list849 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.part_vals = new ArrayList<String>(_list849.size);
--            String _elem850;
--            for (int _i851 = 0; _i851 < _list849.size; ++_i851)
++            org.apache.thrift.protocol.TList _list857 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.part_vals = new ArrayList<String>(_list857.size);
++            String _elem858;
++            for (int _i859 = 0; _i859 < _list857.size; ++_i859)
              {
--              _elem850 = iprot.readString();
--              struct.part_vals.add(_elem850);
++              _elem858 = iprot.readString();
++              struct.part_vals.add(_elem858);
              }
            }
            struct.setPart_valsIsSet(true);
@@@ -73875,13 -73479,13 +74007,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list852 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list852.size);
--                  String _elem853;
--                  for (int _i854 = 0; _i854 < _list852.size; ++_i854)
++                  org.apache.thrift.protocol.TList _list860 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list860.size);
++                  String _elem861;
++                  for (int _i862 = 0; _i862 < _list860.size; ++_i862)
                    {
--                    _elem853 = iprot.readString();
--                    struct.part_vals.add(_elem853);
++                    _elem861 = iprot.readString();
++                    struct.part_vals.add(_elem861);
                    }
                    iprot.readListEnd();
                  }
@@@ -73934,9 -73538,9 +74066,9 @@@
            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 _iter855 : struct.part_vals)
++            for (String _iter863 : struct.part_vals)
              {
--              oprot.writeString(_iter855);
++              oprot.writeString(_iter863);
              }
              oprot.writeListEnd();
            }
@@@ -73993,9 -73597,9 +74125,9 @@@
          if (struct.isSetPart_vals()) {
            {
              oprot.writeI32(struct.part_vals.size());
--            for (String _iter856 : struct.part_vals)
++            for (String _iter864 : struct.part_vals)
              {
--              oprot.writeString(_iter856);
++              oprot.writeString(_iter864);
              }
            }
          }
@@@ -74021,13 -73625,13 +74153,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list857 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.part_vals = new ArrayList<String>(_list857.size);
--            String _elem858;
--            for (int _i859 = 0; _i859 < _list857.size; ++_i859)
++            org.apache.thrift.protocol.TList _list865 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.part_vals = new ArrayList<String>(_list865.size);
++            String _elem866;
++            for (int _i867 = 0; _i867 < _list865.size; ++_i867)
              {
--              _elem858 = iprot.readString();
--              struct.part_vals.add(_elem858);
++              _elem866 = iprot.readString();
++              struct.part_vals.add(_elem866);
              }
            }
            struct.setPart_valsIsSet(true);
@@@ -78629,13 -78233,13 +78761,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list860 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list860.size);
--                  String _elem861;
--                  for (int _i862 = 0; _i862 < _list860.size; ++_i862)
++                  org.apache.thrift.protocol.TList _list868 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list868.size);
++                  String _elem869;
++                  for (int _i870 = 0; _i870 < _list868.size; ++_i870)
                    {
--                    _elem861 = iprot.readString();
--                    struct.part_vals.add(_elem861);
++                    _elem869 = iprot.readString();
++                    struct.part_vals.add(_elem869);
                    }
                    iprot.readListEnd();
                  }
@@@ -78671,9 -78275,9 +78803,9 @@@
            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 _iter863 : struct.part_vals)
++            for (String _iter871 : struct.part_vals)
              {
--              oprot.writeString(_iter863);
++              oprot.writeString(_iter871);
              }
              oprot.writeListEnd();
            }
@@@ -78716,9 -78320,9 +78848,9 @@@
          if (struct.isSetPart_vals()) {
            {
              oprot.writeI32(struct.part_vals.size());
--            for (String _iter864 : struct.part_vals)
++            for (String _iter872 : struct.part_vals)
              {
--              oprot.writeString(_iter864);
++              oprot.writeString(_iter872);
              }
            }
          }
@@@ -78738,13 -78342,13 +78870,13 @@@
          }
          if (incoming.get(2)) {
            {
--            org.apache.thrift.protocol.TList _list865 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
--            struct.part_vals = new ArrayList<String>(_list865.size);
--            String _elem866;
--            for (int _i867 = 0; _i867 < _list865.size; ++_i867)
++            org.apache.thrift.protocol.TList _list873 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32());
++            struct.part_vals = new ArrayList<String>(_list873.size);
++            String _elem874;
++            for (int _i875 = 0; _i875 < _list873.size; ++_i875)
              {
--              _elem866 = iprot.readString();
--              struct.part_vals.add(_elem866);
++              _elem874 = iprot.readString();
++              struct.part_vals.add(_elem874);
              }
            }
            struct.setPart_valsIsSet(true);
@@@ -79962,15 -79566,15 +80094,15 @@@
              case 1: // PARTITION_SPECS
                if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
                  {
--                  org.apache.thrift.protocol.TMap _map868 = iprot.readMapBegin();
--                  struct.partitionSpecs = new HashMap<String,String>(2*_map868.size);
--                  String _key869;
--                  String _val870;
--                  for (int _i871 = 0; _i871 < _map868.size; ++_i871)
++                  org.apache.thrift.protocol.TMap _map876 = iprot.readMapBegin();
++                  struct.partitionSpecs = new HashMap<String,String>(2*_map876.size);
++                  String _key877;
++                  String _val878;
++                  for (int _i879 = 0; _i879 < _map876.size; ++_i879)
                    {
--                    _key869 = iprot.readString();
--                    _val870 = iprot.readString();
--                    struct.partitionSpecs.put(_key869, _val870);
++                    _key877 = iprot.readString();
++                    _val878 = iprot.readString();
++                    struct.partitionSpecs.put(_key877, _val878);
                    }
                    iprot.readMapEnd();
                  }
@@@ -80028,10 -79632,10 +80160,10 @@@
            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> _iter872 : struct.partitionSpecs.entrySet())
++            for (Map.Entry<String, String> _iter880 : struct.partitionSpecs.entrySet())
              {
--              oprot.writeString(_iter872.getKey());
--              oprot.writeString(_iter872.getValue());
++              oprot.writeString(_iter880.getKey());
++              oprot.writeString(_iter880.getValue());
              }
              oprot.writeMapEnd();
            }
@@@ -80094,10 -79698,10 +80226,10 @@@
          if (struct.isSetPartitionSpecs()) {
            {
              oprot.writeI32(struct.partitionSpecs.size());
--            for (Map.Entry<String, String> _iter873 : struct.partitionSpecs.entrySet())
++            for (Map.Entry<String, String> _iter881 : struct.partitionSpecs.entrySet())
              {
--              oprot.writeString(_iter873.getKey());
--              oprot.writeString(_iter873.getValue());
++              oprot.writeString(_iter881.getKey());
++              oprot.writeString(_iter881.getValue());
              }
            }
          }
@@@ -80121,15 -79725,15 +80253,15 @@@
          BitSet incoming = iprot.readBitSet(5);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TMap _map874 = 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*_map874.size);
--            String _key875;
--            String _val876;
--            for (int _i877 = 0; _i877 < _map874.size; ++_i877)
++            org.apache.thrift.protocol.TMap _map882 = 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*_map882.size);
++            String _key883;
++            String _val884;
++            for (int _i885 = 0; _i885 < _map882.size; ++_i885)
              {
--              _key875 = iprot.readString();
--              _val876 = iprot.readString();
--              struct.partitionSpecs.put(_key875, _val876);
++              _key883 = iprot.readString();
++              _val884 = iprot.readString();
++              struct.partitionSpecs.put(_key883, _val884);
              }
            }
            struct.setPartitionSpecsIsSet(true);
@@@ -81575,15 -81179,15 +81707,15 @@@
              case 1: // PARTITION_SPECS
                if (schemeField.type == org.apache.thrift.protocol.TType.MAP) {
                  {
--                  org.apache.thrift.protocol.TMap _map878 = iprot.readMapBegin();
--                  struct.partitionSpecs = new HashMap<String,String>(2*_map878.size);
--                  String _key879;
--                  String _val880;
--                  for (int _i881 = 0; _i881 < _map878.size; ++_i881)
++                  org.apache.thrift.protocol.TMap _map886 = iprot.readMapBegin();
++                  struct.partitionSpecs = new HashMap<String,String>(2*_map886.size);
++                  String _key887;
++                  String _val888;
++                  for (int _i889 = 0; _i889 < _map886.size; ++_i889)
                    {
--                    _key879 = iprot.readString();
--                    _val880 = iprot.readString();
--                    struct.partitionSpecs.put(_key879, _val880);
++                    _key887 = iprot.readString();
++                    _val888 = iprot.readString();
++                    struct.partitionSpecs.put(_key887, _val888);
                    }
                    iprot.readMapEnd();
                  }
@@@ -81641,10 -81245,10 +81773,10 @@@
            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> _iter882 : struct.partitionSpecs.entrySet())
++            for (Map.Entry<String, String> _iter890 : struct.partitionSpecs.entrySet())
              {
--              oprot.writeString(_iter882.getKey());
--              oprot.writeString(_iter882.getValue());
++              oprot.writeString(_iter890.getKey());
++              oprot.writeString(_iter890.getValue());
              }
              oprot.writeMapEnd();
            }
@@@ -81707,10 -81311,10 +81839,10 @@@
          if (struct.isSetPartitionSpecs()) {
            {
              oprot.writeI32(struct.partitionSpecs.size());
--            for (Map.Entry<String, String> _iter883 : struct.partitionSpecs.entrySet())
++            for (Map.Entry<String, String> _iter891 : struct.partitionSpecs.entrySet())
              {
--              oprot.writeString(_iter883.getKey());
--              oprot.writeString(_iter883.getValue());
++              oprot.writeString(_iter891.getKey());
++              oprot.writeString(_iter891.getValue());
              }
            }
          }
@@@ -81734,15 -81338,15 +81866,15 @@@
          BitSet incoming = iprot.readBitSet(5);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TMap _map884 = 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*_map884.size);
--            String _key885;
--            String _val886;
--            for (int _i887 = 0; _i887 < _map884.size; ++_i887)
++            org.apache.thrift.protocol.TMap _map892 = 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*_map892.size);
++            String _key893;
++            String _val894;
++            for (int _i895 = 0; _i895 < _map892.size; ++_i895)
              {
--              _key885 = iprot.readString();
--              _val886 = iprot.readString();
--              struct.partitionSpecs.put(_key885, _val886);
++              _key893 = iprot.readString();
++              _val894 = iprot.readString();
++              struct.partitionSpecs.put(_key893, _val894);
              }
            }
            struct.setPartitionSpecsIsSet(true);
@@@ -82407,14 -82011,14 +82539,14 @@@
              case 0: // SUCCESS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list888 = iprot.readListBegin();
--                  struct.success = new ArrayList<Partition>(_list888.size);
--                  Partition _elem889;
--                  for (int _i890 = 0; _i890 < _list888.size; ++_i890)
++                  org.apache.thrift.protocol.TList _list896 = iprot.readListBegin();
++                  struct.success = new ArrayList<Partition>(_list896.size);
++                  Partition _elem897;
++                  for (int _i898 = 0; _i898 < _list896.size; ++_i898)
                    {
--                    _elem889 = new Partition();
--                    _elem889.read(iprot);
--                    struct.success.add(_elem889);
++                    _elem897 = new Partition();
++                    _elem897.read(iprot);
++                    struct.success.add(_elem897);
                    }
                    iprot.readListEnd();
                  }
@@@ -82476,9 -82080,9 +82608,9 @@@
            oprot.writeFieldBegin(SUCCESS_FIELD_DESC);
            {
              oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.success.size()));
--            for (Partition _iter891 : struct.success)
++            for (Partition _iter899 : struct.success)
              {
--              _iter891.write(oprot);
++              _iter899.write(oprot);
              }
              oprot.writeListEnd();
            }
@@@ -82541,9 -82145,9 +82673,9 @@@
          if (struct.isSetSuccess()) {
            {
              oprot.writeI32(struct.success.size());
--            for (Partition _iter892 : struct.success)
++            for (Partition _iter900 : struct.success)
              {
--              _iter892.write(oprot);
++              _iter900.write(oprot);
              }
            }
          }
@@@ -82567,14 -82171,14 +82699,14 @@@
          BitSet incoming = iprot.readBitSet(5);
          if (incoming.get(0)) {
            {
--            org.apache.thrift.protocol.TList _list893 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
--            struct.success = new ArrayList<Partition>(_list893.size);
--            Partition _elem894;
--            for (int _i895 = 0; _i895 < _list893.size; ++_i895)
++            org.apache.thrift.protocol.TList _list901 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
++            struct.success = new ArrayList<Partition>(_list901.size);
++            Partition _elem902;
++            for (int _i903 = 0; _i903 < _list901.size; ++_i903)
              {
--              _elem894 = new Partition();
--              _elem894.read(iprot);
--              struct.success.add(_elem894);
++              _elem902 = new Partition();
++              _elem902.read(iprot);
++              struct.success.add(_elem902);
              }
            }
            struct.setSuccessIsSet(true);
@@@ -83273,13 -82877,13 +83405,13 @@@
              case 3: // PART_VALS
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list896 = iprot.readListBegin();
--                  struct.part_vals = new ArrayList<String>(_list896.size);
--                  String _elem897;
--                  for (int _i898 = 0; _i898 < _list896.size; ++_i898)
++                  org.apache.thrift.protocol.TList _list904 = iprot.readListBegin();
++                  struct.part_vals = new ArrayList<String>(_list904.size);
++                  String _elem905;
++                  for (int _i906 = 0; _i906 < _list904.size; ++_i906)
                    {
--                    _elem897 = iprot.readString();
--                    struct.part_vals.add(_elem897);
++                    _elem905 = iprot.readString();
++                    struct.part_vals.add(_elem905);
                    }
                    iprot.readListEnd();
                  }
@@@ -83299,13 -82903,13 +83431,13 @@@
              case 5: // GROUP_NAMES
                if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
                  {
--                  org.apache.thrift.protocol.TList _list899 = iprot.readListBegin();
--                  struct.group_names = new ArrayList<String>(_list899.size);
--                  String _elem900;
--                  for (int _i901 = 0; _i901 < _list899.size; ++_i901)
++                  org.apache.thrift.protocol.TList _list907 = iprot.readListBegin();
++                  struct.group_names = new ArrayList<String>(_list907.size);
++                  String _elem908;
++                  for (int _i909 = 0; _i909 < _list907.size; ++_i909)
                    {
--                    _elem900 = iprot.readString();
--                    struct.group_names.add(_elem900);
++                    _elem908 = iprot.readString();
++                    struct.group_names.add(_elem908);
                    }
                    iprot.readListEnd();
                  }
@@@ -83341,9 -82945,9 +83473,9 @@@
            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 _iter902 : struct.part_vals)
++            for (String _iter910 : struct.part_vals)
              {
--              oprot.writeString(_iter902);
++              oprot.writeString(_iter910);
              }
              oprot.writeListEnd();
            }
@@@ -83358,9 -82962,9 +83490,9 @@@
            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 _iter903 : struct.group_names)
++            for (String _iter911 : struct.group_names)
              {
--              oprot.writeString(_

<TRUNCATED>