Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A44AB200B20 for ; Wed, 11 May 2016 22:31:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A2B0C160A18; Wed, 11 May 2016 20:31:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 96EEB160A1B for ; Wed, 11 May 2016 22:31:33 +0200 (CEST) Received: (qmail 24051 invoked by uid 500); 11 May 2016 20:31:32 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 23733 invoked by uid 99); 11 May 2016 20:31:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 20:31:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88F26E0B4E; Wed, 11 May 2016 20:31:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: harisankar@apache.org To: commits@hive.apache.org Date: Wed, 11 May 2016 20:31:37 -0000 Message-Id: In-Reply-To: <3879f537fe6241d59e8dad9b7a0f2f4c@git.apache.org> References: <3879f537fe6241d59e8dad9b7a0f2f4c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/12] hive git commit: HIVE-13350: Support Alter commands for Rely/NoRely novalidate for PK/FK constraints (Hari Subramaniyan, reviewed by Ashutosh Chauhan) archived-at: Wed, 11 May 2016 20:31:35 -0000 http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java index b2f98d6..e68793b 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsInfoResponse.java @@ -447,14 +447,14 @@ public class GetOpenTxnsInfoResponse implements org.apache.thrift.TBase(_list444.size); - TxnInfo _elem445; - for (int _i446 = 0; _i446 < _list444.size; ++_i446) + org.apache.thrift.protocol.TList _list460 = iprot.readListBegin(); + struct.open_txns = new ArrayList(_list460.size); + TxnInfo _elem461; + for (int _i462 = 0; _i462 < _list460.size; ++_i462) { - _elem445 = new TxnInfo(); - _elem445.read(iprot); - struct.open_txns.add(_elem445); + _elem461 = new TxnInfo(); + _elem461.read(iprot); + struct.open_txns.add(_elem461); } iprot.readListEnd(); } @@ -483,9 +483,9 @@ public class GetOpenTxnsInfoResponse implements org.apache.thrift.TBase(_list449.size); - TxnInfo _elem450; - for (int _i451 = 0; _i451 < _list449.size; ++_i451) + org.apache.thrift.protocol.TList _list465 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.open_txns = new ArrayList(_list465.size); + TxnInfo _elem466; + for (int _i467 = 0; _i467 < _list465.size; ++_i467) { - _elem450 = new TxnInfo(); - _elem450.read(iprot); - struct.open_txns.add(_elem450); + _elem466 = new TxnInfo(); + _elem466.read(iprot); + struct.open_txns.add(_elem466); } } struct.setOpen_txnsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java index ba99b89..6986fc2 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/GetOpenTxnsResponse.java @@ -444,13 +444,13 @@ public class GetOpenTxnsResponse implements org.apache.thrift.TBase(2*_set452.size); - long _elem453; - for (int _i454 = 0; _i454 < _set452.size; ++_i454) + org.apache.thrift.protocol.TSet _set468 = iprot.readSetBegin(); + struct.open_txns = new HashSet(2*_set468.size); + long _elem469; + for (int _i470 = 0; _i470 < _set468.size; ++_i470) { - _elem453 = iprot.readI64(); - struct.open_txns.add(_elem453); + _elem469 = iprot.readI64(); + struct.open_txns.add(_elem469); } iprot.readSetEnd(); } @@ -479,9 +479,9 @@ public class GetOpenTxnsResponse implements org.apache.thrift.TBase(2*_set457.size); - long _elem458; - for (int _i459 = 0; _i459 < _set457.size; ++_i459) + org.apache.thrift.protocol.TSet _set473 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32()); + struct.open_txns = new HashSet(2*_set473.size); + long _elem474; + for (int _i475 = 0; _i475 < _set473.size; ++_i475) { - _elem458 = iprot.readI64(); - struct.open_txns.add(_elem458); + _elem474 = iprot.readI64(); + struct.open_txns.add(_elem474); } } struct.setOpen_txnsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java index b472a4a..164ff51 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/HeartbeatTxnRangeResponse.java @@ -453,13 +453,13 @@ public class HeartbeatTxnRangeResponse implements org.apache.thrift.TBase(2*_set492.size); - long _elem493; - for (int _i494 = 0; _i494 < _set492.size; ++_i494) + org.apache.thrift.protocol.TSet _set508 = iprot.readSetBegin(); + struct.aborted = new HashSet(2*_set508.size); + long _elem509; + for (int _i510 = 0; _i510 < _set508.size; ++_i510) { - _elem493 = iprot.readI64(); - struct.aborted.add(_elem493); + _elem509 = iprot.readI64(); + struct.aborted.add(_elem509); } iprot.readSetEnd(); } @@ -471,13 +471,13 @@ public class HeartbeatTxnRangeResponse implements org.apache.thrift.TBase(2*_set495.size); - long _elem496; - for (int _i497 = 0; _i497 < _set495.size; ++_i497) + org.apache.thrift.protocol.TSet _set511 = iprot.readSetBegin(); + struct.nosuch = new HashSet(2*_set511.size); + long _elem512; + for (int _i513 = 0; _i513 < _set511.size; ++_i513) { - _elem496 = iprot.readI64(); - struct.nosuch.add(_elem496); + _elem512 = iprot.readI64(); + struct.nosuch.add(_elem512); } iprot.readSetEnd(); } @@ -503,9 +503,9 @@ public class HeartbeatTxnRangeResponse implements org.apache.thrift.TBase(2*_set502.size); - long _elem503; - for (int _i504 = 0; _i504 < _set502.size; ++_i504) + org.apache.thrift.protocol.TSet _set518 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32()); + struct.aborted = new HashSet(2*_set518.size); + long _elem519; + for (int _i520 = 0; _i520 < _set518.size; ++_i520) { - _elem503 = iprot.readI64(); - struct.aborted.add(_elem503); + _elem519 = iprot.readI64(); + struct.aborted.add(_elem519); } } struct.setAbortedIsSet(true); { - org.apache.thrift.protocol.TSet _set505 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32()); - struct.nosuch = new HashSet(2*_set505.size); - long _elem506; - for (int _i507 = 0; _i507 < _set505.size; ++_i507) + org.apache.thrift.protocol.TSet _set521 = new org.apache.thrift.protocol.TSet(org.apache.thrift.protocol.TType.I64, iprot.readI32()); + struct.nosuch = new HashSet(2*_set521.size); + long _elem522; + for (int _i523 = 0; _i523 < _set521.size; ++_i523) { - _elem506 = iprot.readI64(); - struct.nosuch.add(_elem506); + _elem522 = iprot.readI64(); + struct.nosuch.add(_elem522); } } struct.setNosuchIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java index 88cec2e..820a573 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/InsertEventRequestData.java @@ -351,13 +351,13 @@ public class InsertEventRequestData implements org.apache.thrift.TBase(_list532.size); - String _elem533; - for (int _i534 = 0; _i534 < _list532.size; ++_i534) + org.apache.thrift.protocol.TList _list548 = iprot.readListBegin(); + struct.filesAdded = new ArrayList(_list548.size); + String _elem549; + for (int _i550 = 0; _i550 < _list548.size; ++_i550) { - _elem533 = iprot.readString(); - struct.filesAdded.add(_elem533); + _elem549 = iprot.readString(); + struct.filesAdded.add(_elem549); } iprot.readListEnd(); } @@ -383,9 +383,9 @@ public class InsertEventRequestData implements org.apache.thrift.TBase(_list537.size); - String _elem538; - for (int _i539 = 0; _i539 < _list537.size; ++_i539) + org.apache.thrift.protocol.TList _list553 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.filesAdded = new ArrayList(_list553.size); + String _elem554; + for (int _i555 = 0; _i555 < _list553.size; ++_i555) { - _elem538 = iprot.readString(); - struct.filesAdded.add(_elem538); + _elem554 = iprot.readString(); + struct.filesAdded.add(_elem554); } } struct.setFilesAddedIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java index aa9bc64..a1a1cac 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockRequest.java @@ -689,14 +689,14 @@ public class LockRequest implements org.apache.thrift.TBase(_list476.size); - LockComponent _elem477; - for (int _i478 = 0; _i478 < _list476.size; ++_i478) + org.apache.thrift.protocol.TList _list492 = iprot.readListBegin(); + struct.component = new ArrayList(_list492.size); + LockComponent _elem493; + for (int _i494 = 0; _i494 < _list492.size; ++_i494) { - _elem477 = new LockComponent(); - _elem477.read(iprot); - struct.component.add(_elem477); + _elem493 = new LockComponent(); + _elem493.read(iprot); + struct.component.add(_elem493); } iprot.readListEnd(); } @@ -754,9 +754,9 @@ public class LockRequest implements org.apache.thrift.TBase(_list481.size); - LockComponent _elem482; - for (int _i483 = 0; _i483 < _list481.size; ++_i483) + org.apache.thrift.protocol.TList _list497 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.component = new ArrayList(_list497.size); + LockComponent _elem498; + for (int _i499 = 0; _i499 < _list497.size; ++_i499) { - _elem482 = new LockComponent(); - _elem482.read(iprot); - struct.component.add(_elem482); + _elem498 = new LockComponent(); + _elem498.read(iprot); + struct.component.add(_elem498); } } struct.setComponentIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java index 6f9ebb7..ce8aca3 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/NotificationEventResponse.java @@ -354,14 +354,14 @@ public class NotificationEventResponse implements org.apache.thrift.TBase(_list524.size); - NotificationEvent _elem525; - for (int _i526 = 0; _i526 < _list524.size; ++_i526) + org.apache.thrift.protocol.TList _list540 = iprot.readListBegin(); + struct.events = new ArrayList(_list540.size); + NotificationEvent _elem541; + for (int _i542 = 0; _i542 < _list540.size; ++_i542) { - _elem525 = new NotificationEvent(); - _elem525.read(iprot); - struct.events.add(_elem525); + _elem541 = new NotificationEvent(); + _elem541.read(iprot); + struct.events.add(_elem541); } iprot.readListEnd(); } @@ -387,9 +387,9 @@ public class NotificationEventResponse implements org.apache.thrift.TBase(_list529.size); - NotificationEvent _elem530; - for (int _i531 = 0; _i531 < _list529.size; ++_i531) + org.apache.thrift.protocol.TList _list545 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.events = new ArrayList(_list545.size); + NotificationEvent _elem546; + for (int _i547 = 0; _i547 < _list545.size; ++_i547) { - _elem530 = new NotificationEvent(); - _elem530.read(iprot); - struct.events.add(_elem530); + _elem546 = new NotificationEvent(); + _elem546.read(iprot); + struct.events.add(_elem546); } } struct.setEventsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java index f745954..a8af71b 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/OpenTxnsResponse.java @@ -351,13 +351,13 @@ public class OpenTxnsResponse implements org.apache.thrift.TBase(_list460.size); - long _elem461; - for (int _i462 = 0; _i462 < _list460.size; ++_i462) + org.apache.thrift.protocol.TList _list476 = iprot.readListBegin(); + struct.txn_ids = new ArrayList(_list476.size); + long _elem477; + for (int _i478 = 0; _i478 < _list476.size; ++_i478) { - _elem461 = iprot.readI64(); - struct.txn_ids.add(_elem461); + _elem477 = iprot.readI64(); + struct.txn_ids.add(_elem477); } iprot.readListEnd(); } @@ -383,9 +383,9 @@ public class OpenTxnsResponse implements org.apache.thrift.TBase(_list465.size); - long _elem466; - for (int _i467 = 0; _i467 < _list465.size; ++_i467) + org.apache.thrift.protocol.TList _list481 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, iprot.readI32()); + struct.txn_ids = new ArrayList(_list481.size); + long _elem482; + for (int _i483 = 0; _i483 < _list481.size; ++_i483) { - _elem466 = iprot.readI64(); - struct.txn_ids.add(_elem466); + _elem482 = iprot.readI64(); + struct.txn_ids.add(_elem482); } } struct.setTxn_idsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java index 2d3c156..0533053 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsByExprResult.java @@ -439,14 +439,14 @@ public class PartitionsByExprResult implements org.apache.thrift.TBase(_list338.size); - Partition _elem339; - for (int _i340 = 0; _i340 < _list338.size; ++_i340) + org.apache.thrift.protocol.TList _list354 = iprot.readListBegin(); + struct.partitions = new ArrayList(_list354.size); + Partition _elem355; + for (int _i356 = 0; _i356 < _list354.size; ++_i356) { - _elem339 = new Partition(); - _elem339.read(iprot); - struct.partitions.add(_elem339); + _elem355 = new Partition(); + _elem355.read(iprot); + struct.partitions.add(_elem355); } iprot.readListEnd(); } @@ -480,9 +480,9 @@ public class PartitionsByExprResult implements org.apache.thrift.TBase(_list343.size); - Partition _elem344; - for (int _i345 = 0; _i345 < _list343.size; ++_i345) + org.apache.thrift.protocol.TList _list359 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.partitions = new ArrayList(_list359.size); + Partition _elem360; + for (int _i361 = 0; _i361 < _list359.size; ++_i361) { - _elem344 = new Partition(); - _elem344.read(iprot); - struct.partitions.add(_elem344); + _elem360 = new Partition(); + _elem360.read(iprot); + struct.partitions.add(_elem360); } } struct.setPartitionsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java index 0ac7481..65b8a54 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsRequest.java @@ -639,13 +639,13 @@ public class PartitionsStatsRequest implements org.apache.thrift.TBase(_list380.size); - String _elem381; - for (int _i382 = 0; _i382 < _list380.size; ++_i382) + org.apache.thrift.protocol.TList _list396 = iprot.readListBegin(); + struct.colNames = new ArrayList(_list396.size); + String _elem397; + for (int _i398 = 0; _i398 < _list396.size; ++_i398) { - _elem381 = iprot.readString(); - struct.colNames.add(_elem381); + _elem397 = iprot.readString(); + struct.colNames.add(_elem397); } iprot.readListEnd(); } @@ -657,13 +657,13 @@ public class PartitionsStatsRequest implements org.apache.thrift.TBase(_list383.size); - String _elem384; - for (int _i385 = 0; _i385 < _list383.size; ++_i385) + org.apache.thrift.protocol.TList _list399 = iprot.readListBegin(); + struct.partNames = new ArrayList(_list399.size); + String _elem400; + for (int _i401 = 0; _i401 < _list399.size; ++_i401) { - _elem384 = iprot.readString(); - struct.partNames.add(_elem384); + _elem400 = iprot.readString(); + struct.partNames.add(_elem400); } iprot.readListEnd(); } @@ -699,9 +699,9 @@ public class PartitionsStatsRequest implements org.apache.thrift.TBase(_list390.size); - String _elem391; - for (int _i392 = 0; _i392 < _list390.size; ++_i392) + org.apache.thrift.protocol.TList _list406 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.colNames = new ArrayList(_list406.size); + String _elem407; + for (int _i408 = 0; _i408 < _list406.size; ++_i408) { - _elem391 = iprot.readString(); - struct.colNames.add(_elem391); + _elem407 = iprot.readString(); + struct.colNames.add(_elem407); } } struct.setColNamesIsSet(true); { - org.apache.thrift.protocol.TList _list393 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.partNames = new ArrayList(_list393.size); - String _elem394; - for (int _i395 = 0; _i395 < _list393.size; ++_i395) + org.apache.thrift.protocol.TList _list409 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.partNames = new ArrayList(_list409.size); + String _elem410; + for (int _i411 = 0; _i411 < _list409.size; ++_i411) { - _elem394 = iprot.readString(); - struct.partNames.add(_elem394); + _elem410 = iprot.readString(); + struct.partNames.add(_elem410); } } struct.setPartNamesIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java index 51e05ae..1d5e6ce 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PartitionsStatsResult.java @@ -363,26 +363,26 @@ public class PartitionsStatsResult implements org.apache.thrift.TBase>(2*_map354.size); - String _key355; - List _val356; - for (int _i357 = 0; _i357 < _map354.size; ++_i357) + org.apache.thrift.protocol.TMap _map370 = iprot.readMapBegin(); + struct.partStats = new HashMap>(2*_map370.size); + String _key371; + List _val372; + for (int _i373 = 0; _i373 < _map370.size; ++_i373) { - _key355 = iprot.readString(); + _key371 = iprot.readString(); { - org.apache.thrift.protocol.TList _list358 = iprot.readListBegin(); - _val356 = new ArrayList(_list358.size); - ColumnStatisticsObj _elem359; - for (int _i360 = 0; _i360 < _list358.size; ++_i360) + org.apache.thrift.protocol.TList _list374 = iprot.readListBegin(); + _val372 = new ArrayList(_list374.size); + ColumnStatisticsObj _elem375; + for (int _i376 = 0; _i376 < _list374.size; ++_i376) { - _elem359 = new ColumnStatisticsObj(); - _elem359.read(iprot); - _val356.add(_elem359); + _elem375 = new ColumnStatisticsObj(); + _elem375.read(iprot); + _val372.add(_elem375); } iprot.readListEnd(); } - struct.partStats.put(_key355, _val356); + struct.partStats.put(_key371, _val372); } iprot.readMapEnd(); } @@ -408,14 +408,14 @@ public class PartitionsStatsResult implements org.apache.thrift.TBase> _iter361 : struct.partStats.entrySet()) + for (Map.Entry> _iter377 : struct.partStats.entrySet()) { - oprot.writeString(_iter361.getKey()); + oprot.writeString(_iter377.getKey()); { - oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter361.getValue().size())); - for (ColumnStatisticsObj _iter362 : _iter361.getValue()) + oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, _iter377.getValue().size())); + for (ColumnStatisticsObj _iter378 : _iter377.getValue()) { - _iter362.write(oprot); + _iter378.write(oprot); } oprot.writeListEnd(); } @@ -443,14 +443,14 @@ public class PartitionsStatsResult implements org.apache.thrift.TBase> _iter363 : struct.partStats.entrySet()) + for (Map.Entry> _iter379 : struct.partStats.entrySet()) { - oprot.writeString(_iter363.getKey()); + oprot.writeString(_iter379.getKey()); { - oprot.writeI32(_iter363.getValue().size()); - for (ColumnStatisticsObj _iter364 : _iter363.getValue()) + oprot.writeI32(_iter379.getValue().size()); + for (ColumnStatisticsObj _iter380 : _iter379.getValue()) { - _iter364.write(oprot); + _iter380.write(oprot); } } } @@ -461,25 +461,25 @@ public class PartitionsStatsResult implements org.apache.thrift.TBase>(2*_map365.size); - String _key366; - List _val367; - for (int _i368 = 0; _i368 < _map365.size; ++_i368) + org.apache.thrift.protocol.TMap _map381 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.LIST, iprot.readI32()); + struct.partStats = new HashMap>(2*_map381.size); + String _key382; + List _val383; + for (int _i384 = 0; _i384 < _map381.size; ++_i384) { - _key366 = iprot.readString(); + _key382 = iprot.readString(); { - org.apache.thrift.protocol.TList _list369 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); - _val367 = new ArrayList(_list369.size); - ColumnStatisticsObj _elem370; - for (int _i371 = 0; _i371 < _list369.size; ++_i371) + org.apache.thrift.protocol.TList _list385 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + _val383 = new ArrayList(_list385.size); + ColumnStatisticsObj _elem386; + for (int _i387 = 0; _i387 < _list385.size; ++_i387) { - _elem370 = new ColumnStatisticsObj(); - _elem370.read(iprot); - _val367.add(_elem370); + _elem386 = new ColumnStatisticsObj(); + _elem386.read(iprot); + _val383.add(_elem386); } } - struct.partStats.put(_key366, _val367); + struct.partStats.put(_key382, _val383); } } struct.setPartStatsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java index 6c11240..9323d9f 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/PutFileMetadataRequest.java @@ -547,13 +547,13 @@ public class PutFileMetadataRequest implements org.apache.thrift.TBase(_list584.size); - long _elem585; - for (int _i586 = 0; _i586 < _list584.size; ++_i586) + org.apache.thrift.protocol.TList _list600 = iprot.readListBegin(); + struct.fileIds = new ArrayList(_list600.size); + long _elem601; + for (int _i602 = 0; _i602 < _list600.size; ++_i602) { - _elem585 = iprot.readI64(); - struct.fileIds.add(_elem585); + _elem601 = iprot.readI64(); + struct.fileIds.add(_elem601); } iprot.readListEnd(); } @@ -565,13 +565,13 @@ public class PutFileMetadataRequest implements org.apache.thrift.TBase(_list587.size); - ByteBuffer _elem588; - for (int _i589 = 0; _i589 < _list587.size; ++_i589) + org.apache.thrift.protocol.TList _list603 = iprot.readListBegin(); + struct.metadata = new ArrayList(_list603.size); + ByteBuffer _elem604; + for (int _i605 = 0; _i605 < _list603.size; ++_i605) { - _elem588 = iprot.readBinary(); - struct.metadata.add(_elem588); + _elem604 = iprot.readBinary(); + struct.metadata.add(_elem604); } iprot.readListEnd(); } @@ -605,9 +605,9 @@ public class PutFileMetadataRequest implements org.apache.thrift.TBase(_list594.size); - long _elem595; - for (int _i596 = 0; _i596 < _list594.size; ++_i596) + org.apache.thrift.protocol.TList _list610 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.I64, iprot.readI32()); + struct.fileIds = new ArrayList(_list610.size); + long _elem611; + for (int _i612 = 0; _i612 < _list610.size; ++_i612) { - _elem595 = iprot.readI64(); - struct.fileIds.add(_elem595); + _elem611 = iprot.readI64(); + struct.fileIds.add(_elem611); } } struct.setFileIdsIsSet(true); { - org.apache.thrift.protocol.TList _list597 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); - struct.metadata = new ArrayList(_list597.size); - ByteBuffer _elem598; - for (int _i599 = 0; _i599 < _list597.size; ++_i599) + org.apache.thrift.protocol.TList _list613 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.metadata = new ArrayList(_list613.size); + ByteBuffer _elem614; + for (int _i615 = 0; _i615 < _list613.size; ++_i615) { - _elem598 = iprot.readBinary(); - struct.metadata.add(_elem598); + _elem614 = iprot.readBinary(); + struct.metadata.add(_elem614); } } struct.setMetadataIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java index 1921bf5..7368e9a 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/RequestPartsSpec.java @@ -168,13 +168,13 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion names; { - org.apache.thrift.protocol.TList _list420 = iprot.readListBegin(); - names = new ArrayList(_list420.size); - String _elem421; - for (int _i422 = 0; _i422 < _list420.size; ++_i422) + org.apache.thrift.protocol.TList _list436 = iprot.readListBegin(); + names = new ArrayList(_list436.size); + String _elem437; + for (int _i438 = 0; _i438 < _list436.size; ++_i438) { - _elem421 = iprot.readString(); - names.add(_elem421); + _elem437 = iprot.readString(); + names.add(_elem437); } iprot.readListEnd(); } @@ -187,14 +187,14 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion exprs; { - org.apache.thrift.protocol.TList _list423 = iprot.readListBegin(); - exprs = new ArrayList(_list423.size); - DropPartitionsExpr _elem424; - for (int _i425 = 0; _i425 < _list423.size; ++_i425) + org.apache.thrift.protocol.TList _list439 = iprot.readListBegin(); + exprs = new ArrayList(_list439.size); + DropPartitionsExpr _elem440; + for (int _i441 = 0; _i441 < _list439.size; ++_i441) { - _elem424 = new DropPartitionsExpr(); - _elem424.read(iprot); - exprs.add(_elem424); + _elem440 = new DropPartitionsExpr(); + _elem440.read(iprot); + exprs.add(_elem440); } iprot.readListEnd(); } @@ -219,9 +219,9 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion names = (List)value_; { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, names.size())); - for (String _iter426 : names) + for (String _iter442 : names) { - oprot.writeString(_iter426); + oprot.writeString(_iter442); } oprot.writeListEnd(); } @@ -230,9 +230,9 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion exprs = (List)value_; { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, exprs.size())); - for (DropPartitionsExpr _iter427 : exprs) + for (DropPartitionsExpr _iter443 : exprs) { - _iter427.write(oprot); + _iter443.write(oprot); } oprot.writeListEnd(); } @@ -250,13 +250,13 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion names; { - org.apache.thrift.protocol.TList _list428 = iprot.readListBegin(); - names = new ArrayList(_list428.size); - String _elem429; - for (int _i430 = 0; _i430 < _list428.size; ++_i430) + org.apache.thrift.protocol.TList _list444 = iprot.readListBegin(); + names = new ArrayList(_list444.size); + String _elem445; + for (int _i446 = 0; _i446 < _list444.size; ++_i446) { - _elem429 = iprot.readString(); - names.add(_elem429); + _elem445 = iprot.readString(); + names.add(_elem445); } iprot.readListEnd(); } @@ -264,14 +264,14 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion exprs; { - org.apache.thrift.protocol.TList _list431 = iprot.readListBegin(); - exprs = new ArrayList(_list431.size); - DropPartitionsExpr _elem432; - for (int _i433 = 0; _i433 < _list431.size; ++_i433) + org.apache.thrift.protocol.TList _list447 = iprot.readListBegin(); + exprs = new ArrayList(_list447.size); + DropPartitionsExpr _elem448; + for (int _i449 = 0; _i449 < _list447.size; ++_i449) { - _elem432 = new DropPartitionsExpr(); - _elem432.read(iprot); - exprs.add(_elem432); + _elem448 = new DropPartitionsExpr(); + _elem448.read(iprot); + exprs.add(_elem448); } iprot.readListEnd(); } @@ -291,9 +291,9 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion names = (List)value_; { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, names.size())); - for (String _iter434 : names) + for (String _iter450 : names) { - oprot.writeString(_iter434); + oprot.writeString(_iter450); } oprot.writeListEnd(); } @@ -302,9 +302,9 @@ public class RequestPartsSpec extends org.apache.thrift.TUnion exprs = (List)value_; { oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, exprs.size())); - for (DropPartitionsExpr _iter435 : exprs) + for (DropPartitionsExpr _iter451 : exprs) { - _iter435.write(oprot); + _iter451.write(oprot); } oprot.writeListEnd(); } http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java index dabfca9..6641c7e 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowCompactResponse.java @@ -354,14 +354,14 @@ public class ShowCompactResponse implements org.apache.thrift.TBase(_list508.size); - ShowCompactResponseElement _elem509; - for (int _i510 = 0; _i510 < _list508.size; ++_i510) + org.apache.thrift.protocol.TList _list524 = iprot.readListBegin(); + struct.compacts = new ArrayList(_list524.size); + ShowCompactResponseElement _elem525; + for (int _i526 = 0; _i526 < _list524.size; ++_i526) { - _elem509 = new ShowCompactResponseElement(); - _elem509.read(iprot); - struct.compacts.add(_elem509); + _elem525 = new ShowCompactResponseElement(); + _elem525.read(iprot); + struct.compacts.add(_elem525); } iprot.readListEnd(); } @@ -387,9 +387,9 @@ public class ShowCompactResponse implements org.apache.thrift.TBase(_list513.size); - ShowCompactResponseElement _elem514; - for (int _i515 = 0; _i515 < _list513.size; ++_i515) + org.apache.thrift.protocol.TList _list529 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.compacts = new ArrayList(_list529.size); + ShowCompactResponseElement _elem530; + for (int _i531 = 0; _i531 < _list529.size; ++_i531) { - _elem514 = new ShowCompactResponseElement(); - _elem514.read(iprot); - struct.compacts.add(_elem514); + _elem530 = new ShowCompactResponseElement(); + _elem530.read(iprot); + struct.compacts.add(_elem530); } } struct.setCompactsIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java index 0564931..da181e6 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/ShowLocksResponse.java @@ -350,14 +350,14 @@ public class ShowLocksResponse implements org.apache.thrift.TBase(_list484.size); - ShowLocksResponseElement _elem485; - for (int _i486 = 0; _i486 < _list484.size; ++_i486) + org.apache.thrift.protocol.TList _list500 = iprot.readListBegin(); + struct.locks = new ArrayList(_list500.size); + ShowLocksResponseElement _elem501; + for (int _i502 = 0; _i502 < _list500.size; ++_i502) { - _elem485 = new ShowLocksResponseElement(); - _elem485.read(iprot); - struct.locks.add(_elem485); + _elem501 = new ShowLocksResponseElement(); + _elem501.read(iprot); + struct.locks.add(_elem501); } iprot.readListEnd(); } @@ -383,9 +383,9 @@ public class ShowLocksResponse implements org.apache.thrift.TBase(_list489.size); - ShowLocksResponseElement _elem490; - for (int _i491 = 0; _i491 < _list489.size; ++_i491) + org.apache.thrift.protocol.TList _list505 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.locks = new ArrayList(_list505.size); + ShowLocksResponseElement _elem506; + for (int _i507 = 0; _i507 < _list505.size; ++_i507) { - _elem490 = new ShowLocksResponseElement(); - _elem490.read(iprot); - struct.locks.add(_elem490); + _elem506 = new ShowLocksResponseElement(); + _elem506.read(iprot); + struct.locks.add(_elem506); } } struct.setLocksIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java index feed244..c8c762a 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsRequest.java @@ -537,13 +537,13 @@ public class TableStatsRequest implements org.apache.thrift.TBase(_list372.size); - String _elem373; - for (int _i374 = 0; _i374 < _list372.size; ++_i374) + org.apache.thrift.protocol.TList _list388 = iprot.readListBegin(); + struct.colNames = new ArrayList(_list388.size); + String _elem389; + for (int _i390 = 0; _i390 < _list388.size; ++_i390) { - _elem373 = iprot.readString(); - struct.colNames.add(_elem373); + _elem389 = iprot.readString(); + struct.colNames.add(_elem389); } iprot.readListEnd(); } @@ -579,9 +579,9 @@ public class TableStatsRequest implements org.apache.thrift.TBase(_list377.size); - String _elem378; - for (int _i379 = 0; _i379 < _list377.size; ++_i379) + org.apache.thrift.protocol.TList _list393 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRING, iprot.readI32()); + struct.colNames = new ArrayList(_list393.size); + String _elem394; + for (int _i395 = 0; _i395 < _list393.size; ++_i395) { - _elem378 = iprot.readString(); - struct.colNames.add(_elem378); + _elem394 = iprot.readString(); + struct.colNames.add(_elem394); } } struct.setColNamesIsSet(true); http://git-wip-us.apache.org/repos/asf/hive/blob/b36f6a3a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java ---------------------------------------------------------------------- diff --git a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java index 97cd816..49da294 100644 --- a/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java +++ b/metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/TableStatsResult.java @@ -354,14 +354,14 @@ public class TableStatsResult implements org.apache.thrift.TBase(_list346.size); - ColumnStatisticsObj _elem347; - for (int _i348 = 0; _i348 < _list346.size; ++_i348) + org.apache.thrift.protocol.TList _list362 = iprot.readListBegin(); + struct.tableStats = new ArrayList(_list362.size); + ColumnStatisticsObj _elem363; + for (int _i364 = 0; _i364 < _list362.size; ++_i364) { - _elem347 = new ColumnStatisticsObj(); - _elem347.read(iprot); - struct.tableStats.add(_elem347); + _elem363 = new ColumnStatisticsObj(); + _elem363.read(iprot); + struct.tableStats.add(_elem363); } iprot.readListEnd(); } @@ -387,9 +387,9 @@ public class TableStatsResult implements org.apache.thrift.TBase(_list351.size); - ColumnStatisticsObj _elem352; - for (int _i353 = 0; _i353 < _list351.size; ++_i353) + org.apache.thrift.protocol.TList _list367 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32()); + struct.tableStats = new ArrayList(_list367.size); + ColumnStatisticsObj _elem368; + for (int _i369 = 0; _i369 < _list367.size; ++_i369) { - _elem352 = new ColumnStatisticsObj(); - _elem352.read(iprot); - struct.tableStats.add(_elem352); + _elem368 = new ColumnStatisticsObj(); + _elem368.read(iprot); + struct.tableStats.add(_elem368); } } struct.setTableStatsIsSet(true);