You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/11/08 10:44:29 UTC

svn commit: r1406984 [17/29] - in /hive/trunk: contrib/src/java/org/apache/hadoop/hive/contrib/genericudf/example/ contrib/src/java/org/apache/hadoop/hive/contrib/serde2/ contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/ contrib/src/test...

Modified: hive/trunk/metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb?rev=1406984&r1=1406983&r2=1406984&view=diff
==============================================================================
--- hive/trunk/metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb (original)
+++ hive/trunk/metastore/src/gen/thrift/gen-rb/thrift_hive_metastore.rb Thu Nov  8 09:44:19 2012
@@ -1,5 +1,5 @@
 #
-# Autogenerated by Thrift Compiler (0.7.0)
+# Autogenerated by Thrift Compiler (0.9.0)
 #
 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 #
@@ -9,7 +9,7 @@ require 'facebook_service'
 require 'hive_metastore_types'
 
 module ThriftHiveMetastore
-  class Client < FacebookService::Client 
+  class Client < ::FacebookService::Client 
     include ::Thrift::Client
 
     def create_database(database)
@@ -1287,7 +1287,7 @@ module ThriftHiveMetastore
 
   end
 
-  class Processor < FacebookService::Processor 
+  class Processor < ::FacebookService::Processor 
     include ::Thrift::Processor
 
     def process_create_database(seqid, iprot, oprot)
@@ -1295,11 +1295,11 @@ module ThriftHiveMetastore
       result = Create_database_result.new()
       begin
         @handler.create_database(args.database)
-      rescue AlreadyExistsException => o1
+      rescue ::AlreadyExistsException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'create_database', seqid)
@@ -1310,9 +1310,9 @@ module ThriftHiveMetastore
       result = Get_database_result.new()
       begin
         result.success = @handler.get_database(args.name)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_database', seqid)
@@ -1323,11 +1323,11 @@ module ThriftHiveMetastore
       result = Drop_database_result.new()
       begin
         @handler.drop_database(args.name, args.deleteData, args.cascade)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue InvalidOperationException => o2
+      rescue ::InvalidOperationException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'drop_database', seqid)
@@ -1338,7 +1338,7 @@ module ThriftHiveMetastore
       result = Get_databases_result.new()
       begin
         result.success = @handler.get_databases(args.pattern)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_databases', seqid)
@@ -1349,7 +1349,7 @@ module ThriftHiveMetastore
       result = Get_all_databases_result.new()
       begin
         result.success = @handler.get_all_databases()
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_all_databases', seqid)
@@ -1360,9 +1360,9 @@ module ThriftHiveMetastore
       result = Alter_database_result.new()
       begin
         @handler.alter_database(args.dbname, args.db)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_database', seqid)
@@ -1373,9 +1373,9 @@ module ThriftHiveMetastore
       result = Get_type_result.new()
       begin
         result.success = @handler.get_type(args.name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_type', seqid)
@@ -1386,11 +1386,11 @@ module ThriftHiveMetastore
       result = Create_type_result.new()
       begin
         result.success = @handler.create_type(args.type)
-      rescue AlreadyExistsException => o1
+      rescue ::AlreadyExistsException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'create_type', seqid)
@@ -1401,9 +1401,9 @@ module ThriftHiveMetastore
       result = Drop_type_result.new()
       begin
         result.success = @handler.drop_type(args.type)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'drop_type', seqid)
@@ -1414,7 +1414,7 @@ module ThriftHiveMetastore
       result = Get_type_all_result.new()
       begin
         result.success = @handler.get_type_all(args.name)
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_type_all', seqid)
@@ -1425,11 +1425,11 @@ module ThriftHiveMetastore
       result = Get_fields_result.new()
       begin
         result.success = @handler.get_fields(args.db_name, args.table_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue UnknownTableException => o2
+      rescue ::UnknownTableException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'get_fields', seqid)
@@ -1440,11 +1440,11 @@ module ThriftHiveMetastore
       result = Get_schema_result.new()
       begin
         result.success = @handler.get_schema(args.db_name, args.table_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue UnknownTableException => o2
+      rescue ::UnknownTableException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'get_schema', seqid)
@@ -1455,13 +1455,13 @@ module ThriftHiveMetastore
       result = Create_table_result.new()
       begin
         @handler.create_table(args.tbl)
-      rescue AlreadyExistsException => o1
+      rescue ::AlreadyExistsException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
-      rescue NoSuchObjectException => o4
+      rescue ::NoSuchObjectException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'create_table', seqid)
@@ -1472,13 +1472,13 @@ module ThriftHiveMetastore
       result = Create_table_with_environment_context_result.new()
       begin
         @handler.create_table_with_environment_context(args.tbl, args.environment_context)
-      rescue AlreadyExistsException => o1
+      rescue ::AlreadyExistsException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
-      rescue NoSuchObjectException => o4
+      rescue ::NoSuchObjectException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'create_table_with_environment_context', seqid)
@@ -1489,9 +1489,9 @@ module ThriftHiveMetastore
       result = Drop_table_result.new()
       begin
         @handler.drop_table(args.dbname, args.name, args.deleteData)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'drop_table', seqid)
@@ -1502,7 +1502,7 @@ module ThriftHiveMetastore
       result = Get_tables_result.new()
       begin
         result.success = @handler.get_tables(args.db_name, args.pattern)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_tables', seqid)
@@ -1513,7 +1513,7 @@ module ThriftHiveMetastore
       result = Get_all_tables_result.new()
       begin
         result.success = @handler.get_all_tables(args.db_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_all_tables', seqid)
@@ -1524,9 +1524,9 @@ module ThriftHiveMetastore
       result = Get_table_result.new()
       begin
         result.success = @handler.get_table(args.dbname, args.tbl_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_table', seqid)
@@ -1537,11 +1537,11 @@ module ThriftHiveMetastore
       result = Get_table_objects_by_name_result.new()
       begin
         result.success = @handler.get_table_objects_by_name(args.dbname, args.tbl_names)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue InvalidOperationException => o2
+      rescue ::InvalidOperationException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'get_table_objects_by_name', seqid)
@@ -1552,11 +1552,11 @@ module ThriftHiveMetastore
       result = Get_table_names_by_filter_result.new()
       begin
         result.success = @handler.get_table_names_by_filter(args.dbname, args.filter, args.max_tables)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue InvalidOperationException => o2
+      rescue ::InvalidOperationException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'get_table_names_by_filter', seqid)
@@ -1567,9 +1567,9 @@ module ThriftHiveMetastore
       result = Alter_table_result.new()
       begin
         @handler.alter_table(args.dbname, args.tbl_name, args.new_tbl)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_table', seqid)
@@ -1580,9 +1580,9 @@ module ThriftHiveMetastore
       result = Alter_table_with_environment_context_result.new()
       begin
         @handler.alter_table_with_environment_context(args.dbname, args.tbl_name, args.new_tbl, args.environment_context)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_table_with_environment_context', seqid)
@@ -1593,11 +1593,11 @@ module ThriftHiveMetastore
       result = Add_partition_result.new()
       begin
         result.success = @handler.add_partition(args.new_part)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'add_partition', seqid)
@@ -1608,11 +1608,11 @@ module ThriftHiveMetastore
       result = Add_partition_with_environment_context_result.new()
       begin
         result.success = @handler.add_partition_with_environment_context(args.new_part, args.environment_context)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'add_partition_with_environment_context', seqid)
@@ -1623,11 +1623,11 @@ module ThriftHiveMetastore
       result = Add_partitions_result.new()
       begin
         result.success = @handler.add_partitions(args.new_parts)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'add_partitions', seqid)
@@ -1638,11 +1638,11 @@ module ThriftHiveMetastore
       result = Append_partition_result.new()
       begin
         result.success = @handler.append_partition(args.db_name, args.tbl_name, args.part_vals)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'append_partition', seqid)
@@ -1653,11 +1653,11 @@ module ThriftHiveMetastore
       result = Append_partition_by_name_result.new()
       begin
         result.success = @handler.append_partition_by_name(args.db_name, args.tbl_name, args.part_name)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'append_partition_by_name', seqid)
@@ -1668,9 +1668,9 @@ module ThriftHiveMetastore
       result = Drop_partition_result.new()
       begin
         result.success = @handler.drop_partition(args.db_name, args.tbl_name, args.part_vals, args.deleteData)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'drop_partition', seqid)
@@ -1681,9 +1681,9 @@ module ThriftHiveMetastore
       result = Drop_partition_by_name_result.new()
       begin
         result.success = @handler.drop_partition_by_name(args.db_name, args.tbl_name, args.part_name, args.deleteData)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'drop_partition_by_name', seqid)
@@ -1694,9 +1694,9 @@ module ThriftHiveMetastore
       result = Get_partition_result.new()
       begin
         result.success = @handler.get_partition(args.db_name, args.tbl_name, args.part_vals)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partition', seqid)
@@ -1707,9 +1707,9 @@ module ThriftHiveMetastore
       result = Get_partition_with_auth_result.new()
       begin
         result.success = @handler.get_partition_with_auth(args.db_name, args.tbl_name, args.part_vals, args.user_name, args.group_names)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partition_with_auth', seqid)
@@ -1720,9 +1720,9 @@ module ThriftHiveMetastore
       result = Get_partition_by_name_result.new()
       begin
         result.success = @handler.get_partition_by_name(args.db_name, args.tbl_name, args.part_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partition_by_name', seqid)
@@ -1733,9 +1733,9 @@ module ThriftHiveMetastore
       result = Get_partitions_result.new()
       begin
         result.success = @handler.get_partitions(args.db_name, args.tbl_name, args.max_parts)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions', seqid)
@@ -1746,9 +1746,9 @@ module ThriftHiveMetastore
       result = Get_partitions_with_auth_result.new()
       begin
         result.success = @handler.get_partitions_with_auth(args.db_name, args.tbl_name, args.max_parts, args.user_name, args.group_names)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions_with_auth', seqid)
@@ -1759,7 +1759,7 @@ module ThriftHiveMetastore
       result = Get_partition_names_result.new()
       begin
         result.success = @handler.get_partition_names(args.db_name, args.tbl_name, args.max_parts)
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partition_names', seqid)
@@ -1770,9 +1770,9 @@ module ThriftHiveMetastore
       result = Get_partitions_ps_result.new()
       begin
         result.success = @handler.get_partitions_ps(args.db_name, args.tbl_name, args.part_vals, args.max_parts)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions_ps', seqid)
@@ -1783,9 +1783,9 @@ module ThriftHiveMetastore
       result = Get_partitions_ps_with_auth_result.new()
       begin
         result.success = @handler.get_partitions_ps_with_auth(args.db_name, args.tbl_name, args.part_vals, args.max_parts, args.user_name, args.group_names)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions_ps_with_auth', seqid)
@@ -1796,9 +1796,9 @@ module ThriftHiveMetastore
       result = Get_partition_names_ps_result.new()
       begin
         result.success = @handler.get_partition_names_ps(args.db_name, args.tbl_name, args.part_vals, args.max_parts)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partition_names_ps', seqid)
@@ -1809,9 +1809,9 @@ module ThriftHiveMetastore
       result = Get_partitions_by_filter_result.new()
       begin
         result.success = @handler.get_partitions_by_filter(args.db_name, args.tbl_name, args.filter, args.max_parts)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions_by_filter', seqid)
@@ -1822,9 +1822,9 @@ module ThriftHiveMetastore
       result = Get_partitions_by_names_result.new()
       begin
         result.success = @handler.get_partitions_by_names(args.db_name, args.tbl_name, args.names)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_partitions_by_names', seqid)
@@ -1835,9 +1835,9 @@ module ThriftHiveMetastore
       result = Alter_partition_result.new()
       begin
         @handler.alter_partition(args.db_name, args.tbl_name, args.new_part)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_partition', seqid)
@@ -1848,9 +1848,9 @@ module ThriftHiveMetastore
       result = Alter_partitions_result.new()
       begin
         @handler.alter_partitions(args.db_name, args.tbl_name, args.new_parts)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_partitions', seqid)
@@ -1861,9 +1861,9 @@ module ThriftHiveMetastore
       result = Alter_partition_with_environment_context_result.new()
       begin
         @handler.alter_partition_with_environment_context(args.db_name, args.tbl_name, args.new_part, args.environment_context)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_partition_with_environment_context', seqid)
@@ -1874,9 +1874,9 @@ module ThriftHiveMetastore
       result = Rename_partition_result.new()
       begin
         @handler.rename_partition(args.db_name, args.tbl_name, args.part_vals, args.new_part)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'rename_partition', seqid)
@@ -1887,7 +1887,7 @@ module ThriftHiveMetastore
       result = Get_config_value_result.new()
       begin
         result.success = @handler.get_config_value(args.name, args.defaultValue)
-      rescue ConfigValSecurityException => o1
+      rescue ::ConfigValSecurityException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_config_value', seqid)
@@ -1898,7 +1898,7 @@ module ThriftHiveMetastore
       result = Partition_name_to_vals_result.new()
       begin
         result.success = @handler.partition_name_to_vals(args.part_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'partition_name_to_vals', seqid)
@@ -1909,7 +1909,7 @@ module ThriftHiveMetastore
       result = Partition_name_to_spec_result.new()
       begin
         result.success = @handler.partition_name_to_spec(args.part_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'partition_name_to_spec', seqid)
@@ -1920,17 +1920,17 @@ module ThriftHiveMetastore
       result = MarkPartitionForEvent_result.new()
       begin
         @handler.markPartitionForEvent(args.db_name, args.tbl_name, args.part_vals, args.eventType)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
-      rescue UnknownTableException => o4
+      rescue ::UnknownTableException => o4
         result.o4 = o4
-      rescue UnknownPartitionException => o5
+      rescue ::UnknownPartitionException => o5
         result.o5 = o5
-      rescue InvalidPartitionException => o6
+      rescue ::InvalidPartitionException => o6
         result.o6 = o6
       end
       write_result(result, oprot, 'markPartitionForEvent', seqid)
@@ -1941,17 +1941,17 @@ module ThriftHiveMetastore
       result = IsPartitionMarkedForEvent_result.new()
       begin
         result.success = @handler.isPartitionMarkedForEvent(args.db_name, args.tbl_name, args.part_vals, args.eventType)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
-      rescue UnknownDBException => o3
+      rescue ::UnknownDBException => o3
         result.o3 = o3
-      rescue UnknownTableException => o4
+      rescue ::UnknownTableException => o4
         result.o4 = o4
-      rescue UnknownPartitionException => o5
+      rescue ::UnknownPartitionException => o5
         result.o5 = o5
-      rescue InvalidPartitionException => o6
+      rescue ::InvalidPartitionException => o6
         result.o6 = o6
       end
       write_result(result, oprot, 'isPartitionMarkedForEvent', seqid)
@@ -1962,11 +1962,11 @@ module ThriftHiveMetastore
       result = Add_index_result.new()
       begin
         result.success = @handler.add_index(args.new_index, args.index_table)
-      rescue InvalidObjectException => o1
+      rescue ::InvalidObjectException => o1
         result.o1 = o1
-      rescue AlreadyExistsException => o2
+      rescue ::AlreadyExistsException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
       end
       write_result(result, oprot, 'add_index', seqid)
@@ -1977,9 +1977,9 @@ module ThriftHiveMetastore
       result = Alter_index_result.new()
       begin
         @handler.alter_index(args.dbname, args.base_tbl_name, args.idx_name, args.new_idx)
-      rescue InvalidOperationException => o1
+      rescue ::InvalidOperationException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'alter_index', seqid)
@@ -1990,9 +1990,9 @@ module ThriftHiveMetastore
       result = Drop_index_by_name_result.new()
       begin
         result.success = @handler.drop_index_by_name(args.db_name, args.tbl_name, args.index_name, args.deleteData)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'drop_index_by_name', seqid)
@@ -2003,9 +2003,9 @@ module ThriftHiveMetastore
       result = Get_index_by_name_result.new()
       begin
         result.success = @handler.get_index_by_name(args.db_name, args.tbl_name, args.index_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
-      rescue NoSuchObjectException => o2
+      rescue ::NoSuchObjectException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_index_by_name', seqid)
@@ -2016,9 +2016,9 @@ module ThriftHiveMetastore
       result = Get_indexes_result.new()
       begin
         result.success = @handler.get_indexes(args.db_name, args.tbl_name, args.max_indexes)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_indexes', seqid)
@@ -2029,7 +2029,7 @@ module ThriftHiveMetastore
       result = Get_index_names_result.new()
       begin
         result.success = @handler.get_index_names(args.db_name, args.tbl_name, args.max_indexes)
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
       end
       write_result(result, oprot, 'get_index_names', seqid)
@@ -2040,13 +2040,13 @@ module ThriftHiveMetastore
       result = Update_table_column_statistics_result.new()
       begin
         result.success = @handler.update_table_column_statistics(args.stats_obj)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
-      rescue InvalidInputException => o4
+      rescue ::InvalidInputException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'update_table_column_statistics', seqid)
@@ -2057,13 +2057,13 @@ module ThriftHiveMetastore
       result = Update_partition_column_statistics_result.new()
       begin
         result.success = @handler.update_partition_column_statistics(args.stats_obj)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue InvalidObjectException => o2
+      rescue ::InvalidObjectException => o2
         result.o2 = o2
-      rescue MetaException => o3
+      rescue ::MetaException => o3
         result.o3 = o3
-      rescue InvalidInputException => o4
+      rescue ::InvalidInputException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'update_partition_column_statistics', seqid)
@@ -2074,13 +2074,13 @@ module ThriftHiveMetastore
       result = Get_table_column_statistics_result.new()
       begin
         result.success = @handler.get_table_column_statistics(args.db_name, args.tbl_name, args.col_name)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
-      rescue InvalidInputException => o3
+      rescue ::InvalidInputException => o3
         result.o3 = o3
-      rescue InvalidObjectException => o4
+      rescue ::InvalidObjectException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'get_table_column_statistics', seqid)
@@ -2091,13 +2091,13 @@ module ThriftHiveMetastore
       result = Get_partition_column_statistics_result.new()
       begin
         result.success = @handler.get_partition_column_statistics(args.db_name, args.tbl_name, args.part_name, args.col_name)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
-      rescue InvalidInputException => o3
+      rescue ::InvalidInputException => o3
         result.o3 = o3
-      rescue InvalidObjectException => o4
+      rescue ::InvalidObjectException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'get_partition_column_statistics', seqid)
@@ -2108,13 +2108,13 @@ module ThriftHiveMetastore
       result = Delete_partition_column_statistics_result.new()
       begin
         result.success = @handler.delete_partition_column_statistics(args.db_name, args.tbl_name, args.part_name, args.col_name)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
-      rescue InvalidObjectException => o3
+      rescue ::InvalidObjectException => o3
         result.o3 = o3
-      rescue InvalidInputException => o4
+      rescue ::InvalidInputException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'delete_partition_column_statistics', seqid)
@@ -2125,13 +2125,13 @@ module ThriftHiveMetastore
       result = Delete_table_column_statistics_result.new()
       begin
         result.success = @handler.delete_table_column_statistics(args.db_name, args.tbl_name, args.col_name)
-      rescue NoSuchObjectException => o1
+      rescue ::NoSuchObjectException => o1
         result.o1 = o1
-      rescue MetaException => o2
+      rescue ::MetaException => o2
         result.o2 = o2
-      rescue InvalidObjectException => o3
+      rescue ::InvalidObjectException => o3
         result.o3 = o3
-      rescue InvalidInputException => o4
+      rescue ::InvalidInputException => o4
         result.o4 = o4
       end
       write_result(result, oprot, 'delete_table_column_statistics', seqid)
@@ -2142,7 +2142,7 @@ module ThriftHiveMetastore
       result = Create_role_result.new()
       begin
         result.success = @handler.create_role(args.role)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'create_role', seqid)
@@ -2153,7 +2153,7 @@ module ThriftHiveMetastore
       result = Drop_role_result.new()
       begin
         result.success = @handler.drop_role(args.role_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'drop_role', seqid)
@@ -2164,7 +2164,7 @@ module ThriftHiveMetastore
       result = Get_role_names_result.new()
       begin
         result.success = @handler.get_role_names()
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_role_names', seqid)
@@ -2175,7 +2175,7 @@ module ThriftHiveMetastore
       result = Grant_role_result.new()
       begin
         result.success = @handler.grant_role(args.role_name, args.principal_name, args.principal_type, args.grantor, args.grantorType, args.grant_option)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'grant_role', seqid)
@@ -2186,7 +2186,7 @@ module ThriftHiveMetastore
       result = Revoke_role_result.new()
       begin
         result.success = @handler.revoke_role(args.role_name, args.principal_name, args.principal_type)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'revoke_role', seqid)
@@ -2197,7 +2197,7 @@ module ThriftHiveMetastore
       result = List_roles_result.new()
       begin
         result.success = @handler.list_roles(args.principal_name, args.principal_type)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'list_roles', seqid)
@@ -2208,7 +2208,7 @@ module ThriftHiveMetastore
       result = Get_privilege_set_result.new()
       begin
         result.success = @handler.get_privilege_set(args.hiveObject, args.user_name, args.group_names)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_privilege_set', seqid)
@@ -2219,7 +2219,7 @@ module ThriftHiveMetastore
       result = List_privileges_result.new()
       begin
         result.success = @handler.list_privileges(args.principal_name, args.principal_type, args.hiveObject)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'list_privileges', seqid)
@@ -2230,7 +2230,7 @@ module ThriftHiveMetastore
       result = Grant_privileges_result.new()
       begin
         result.success = @handler.grant_privileges(args.privileges)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'grant_privileges', seqid)
@@ -2241,7 +2241,7 @@ module ThriftHiveMetastore
       result = Revoke_privileges_result.new()
       begin
         result.success = @handler.revoke_privileges(args.privileges)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'revoke_privileges', seqid)
@@ -2252,7 +2252,7 @@ module ThriftHiveMetastore
       result = Set_ugi_result.new()
       begin
         result.success = @handler.set_ugi(args.user_name, args.group_names)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'set_ugi', seqid)
@@ -2263,7 +2263,7 @@ module ThriftHiveMetastore
       result = Get_delegation_token_result.new()
       begin
         result.success = @handler.get_delegation_token(args.token_owner, args.renewer_kerberos_principal_name)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'get_delegation_token', seqid)
@@ -2274,7 +2274,7 @@ module ThriftHiveMetastore
       result = Renew_delegation_token_result.new()
       begin
         result.success = @handler.renew_delegation_token(args.token_str_form)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'renew_delegation_token', seqid)
@@ -2285,7 +2285,7 @@ module ThriftHiveMetastore
       result = Cancel_delegation_token_result.new()
       begin
         @handler.cancel_delegation_token(args.token_str_form)
-      rescue MetaException => o1
+      rescue ::MetaException => o1
         result.o1 = o1
       end
       write_result(result, oprot, 'cancel_delegation_token', seqid)
@@ -2300,7 +2300,7 @@ module ThriftHiveMetastore
     DATABASE = 1
 
     FIELDS = {
-      DATABASE => {:type => ::Thrift::Types::STRUCT, :name => 'database', :class => Database}
+      DATABASE => {:type => ::Thrift::Types::STRUCT, :name => 'database', :class => ::Database}
     }
 
     def struct_fields; FIELDS; end
@@ -2318,9 +2318,9 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => AlreadyExistsException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::AlreadyExistsException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2354,9 +2354,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Database},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Database},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2394,9 +2394,9 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidOperationException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidOperationException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2430,7 +2430,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2463,7 +2463,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2481,7 +2481,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
-      DB => {:type => ::Thrift::Types::STRUCT, :name => 'db', :class => Database}
+      DB => {:type => ::Thrift::Types::STRUCT, :name => 'db', :class => ::Database}
     }
 
     def struct_fields; FIELDS; end
@@ -2498,8 +2498,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2533,9 +2533,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Type},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Type},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2551,7 +2551,7 @@ module ThriftHiveMetastore
     TYPE = 1
 
     FIELDS = {
-      TYPE => {:type => ::Thrift::Types::STRUCT, :name => 'type', :class => Type}
+      TYPE => {:type => ::Thrift::Types::STRUCT, :name => 'type', :class => ::Type}
     }
 
     def struct_fields; FIELDS; end
@@ -2571,9 +2571,9 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => AlreadyExistsException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::AlreadyExistsException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2608,8 +2608,8 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2642,8 +2642,8 @@ module ThriftHiveMetastore
     O2 = 1
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => Type}},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Type}},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2680,10 +2680,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => FieldSchema}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => UnknownTableException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FieldSchema}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::UnknownTableException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException}
     }
 
     def struct_fields; FIELDS; end
@@ -2720,10 +2720,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => FieldSchema}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => UnknownTableException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::FieldSchema}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::UnknownTableException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException}
     }
 
     def struct_fields; FIELDS; end
@@ -2739,7 +2739,7 @@ module ThriftHiveMetastore
     TBL = 1
 
     FIELDS = {
-      TBL => {:type => ::Thrift::Types::STRUCT, :name => 'tbl', :class => Table}
+      TBL => {:type => ::Thrift::Types::STRUCT, :name => 'tbl', :class => ::Table}
     }
 
     def struct_fields; FIELDS; end
@@ -2758,10 +2758,10 @@ module ThriftHiveMetastore
     O4 = 4
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => AlreadyExistsException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => NoSuchObjectException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::AlreadyExistsException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2778,8 +2778,8 @@ module ThriftHiveMetastore
     ENVIRONMENT_CONTEXT = 2
 
     FIELDS = {
-      TBL => {:type => ::Thrift::Types::STRUCT, :name => 'tbl', :class => Table},
-      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => EnvironmentContext}
+      TBL => {:type => ::Thrift::Types::STRUCT, :name => 'tbl', :class => ::Table},
+      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => ::EnvironmentContext}
     }
 
     def struct_fields; FIELDS; end
@@ -2798,10 +2798,10 @@ module ThriftHiveMetastore
     O4 = 4
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => AlreadyExistsException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => NoSuchObjectException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::AlreadyExistsException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2838,8 +2838,8 @@ module ThriftHiveMetastore
     O3 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2875,7 +2875,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2909,7 +2909,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -2945,9 +2945,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Table},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Table},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -2984,10 +2984,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Table}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidOperationException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Table}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidOperationException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException}
     }
 
     def struct_fields; FIELDS; end
@@ -3027,9 +3027,9 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidOperationException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidOperationException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException}
     }
 
     def struct_fields; FIELDS; end
@@ -3049,7 +3049,7 @@ module ThriftHiveMetastore
     FIELDS = {
       DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
-      NEW_TBL => {:type => ::Thrift::Types::STRUCT, :name => 'new_tbl', :class => Table}
+      NEW_TBL => {:type => ::Thrift::Types::STRUCT, :name => 'new_tbl', :class => ::Table}
     }
 
     def struct_fields; FIELDS; end
@@ -3066,8 +3066,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3088,8 +3088,8 @@ module ThriftHiveMetastore
     FIELDS = {
       DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
-      NEW_TBL => {:type => ::Thrift::Types::STRUCT, :name => 'new_tbl', :class => Table},
-      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => EnvironmentContext}
+      NEW_TBL => {:type => ::Thrift::Types::STRUCT, :name => 'new_tbl', :class => ::Table},
+      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => ::EnvironmentContext}
     }
 
     def struct_fields; FIELDS; end
@@ -3106,8 +3106,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3123,7 +3123,7 @@ module ThriftHiveMetastore
     NEW_PART = 1
 
     FIELDS = {
-      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition}
+      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => ::Partition}
     }
 
     def struct_fields; FIELDS; end
@@ -3142,10 +3142,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3162,8 +3162,8 @@ module ThriftHiveMetastore
     ENVIRONMENT_CONTEXT = 2
 
     FIELDS = {
-      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition},
-      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => EnvironmentContext}
+      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => ::Partition},
+      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => ::EnvironmentContext}
     }
 
     def struct_fields; FIELDS; end
@@ -3182,10 +3182,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3201,7 +3201,7 @@ module ThriftHiveMetastore
     NEW_PARTS = 1
 
     FIELDS = {
-      NEW_PARTS => {:type => ::Thrift::Types::LIST, :name => 'new_parts', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}}
+      NEW_PARTS => {:type => ::Thrift::Types::LIST, :name => 'new_parts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}}
     }
 
     def struct_fields; FIELDS; end
@@ -3221,9 +3221,9 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::I32, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3262,10 +3262,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3304,10 +3304,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3348,8 +3348,8 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3390,8 +3390,8 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3429,9 +3429,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3473,9 +3473,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3513,9 +3513,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Partition},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Partition},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3553,9 +3553,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3597,9 +3597,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3637,7 +3637,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3677,9 +3677,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3723,9 +3723,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3766,8 +3766,8 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3807,9 +3807,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3847,9 +3847,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -3869,7 +3869,7 @@ module ThriftHiveMetastore
     FIELDS = {
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
-      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition}
+      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => ::Partition}
     }
 
     def struct_fields; FIELDS; end
@@ -3886,8 +3886,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3907,7 +3907,7 @@ module ThriftHiveMetastore
     FIELDS = {
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
-      NEW_PARTS => {:type => ::Thrift::Types::LIST, :name => 'new_parts', :element => {:type => ::Thrift::Types::STRUCT, :class => Partition}}
+      NEW_PARTS => {:type => ::Thrift::Types::LIST, :name => 'new_parts', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Partition}}
     }
 
     def struct_fields; FIELDS; end
@@ -3924,8 +3924,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3946,8 +3946,8 @@ module ThriftHiveMetastore
     FIELDS = {
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
-      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition},
-      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => EnvironmentContext}
+      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => ::Partition},
+      ENVIRONMENT_CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'environment_context', :class => ::EnvironmentContext}
     }
 
     def struct_fields; FIELDS; end
@@ -3964,8 +3964,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -3987,7 +3987,7 @@ module ThriftHiveMetastore
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
       PART_VALS => {:type => ::Thrift::Types::LIST, :name => 'part_vals', :element => {:type => ::Thrift::Types::STRING}},
-      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => Partition}
+      NEW_PART => {:type => ::Thrift::Types::STRUCT, :name => 'new_part', :class => ::Partition}
     }
 
     def struct_fields; FIELDS; end
@@ -4004,8 +4004,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4041,7 +4041,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::STRING, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ConfigValSecurityException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::ConfigValSecurityException}
     }
 
     def struct_fields; FIELDS; end
@@ -4075,7 +4075,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4109,7 +4109,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4131,13 +4131,13 @@ module ThriftHiveMetastore
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
       PART_VALS => {:type => ::Thrift::Types::MAP, :name => 'part_vals', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
-      EVENTTYPE => {:type => ::Thrift::Types::I32, :name => 'eventType', :enum_class => PartitionEventType}
+      EVENTTYPE => {:type => ::Thrift::Types::I32, :name => 'eventType', :enum_class => ::PartitionEventType}
     }
 
     def struct_fields; FIELDS; end
 
     def validate
-      unless @eventType.nil? || PartitionEventType::VALID_VALUES.include?(@eventType)
+      unless @eventType.nil? || ::PartitionEventType::VALID_VALUES.include?(@eventType)
         raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field eventType!')
       end
     end
@@ -4155,12 +4155,12 @@ module ThriftHiveMetastore
     O6 = 6
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => UnknownTableException},
-      O5 => {:type => ::Thrift::Types::STRUCT, :name => 'o5', :class => UnknownPartitionException},
-      O6 => {:type => ::Thrift::Types::STRUCT, :name => 'o6', :class => InvalidPartitionException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::UnknownTableException},
+      O5 => {:type => ::Thrift::Types::STRUCT, :name => 'o5', :class => ::UnknownPartitionException},
+      O6 => {:type => ::Thrift::Types::STRUCT, :name => 'o6', :class => ::InvalidPartitionException}
     }
 
     def struct_fields; FIELDS; end
@@ -4182,13 +4182,13 @@ module ThriftHiveMetastore
       DB_NAME => {:type => ::Thrift::Types::STRING, :name => 'db_name'},
       TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'tbl_name'},
       PART_VALS => {:type => ::Thrift::Types::MAP, :name => 'part_vals', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}},
-      EVENTTYPE => {:type => ::Thrift::Types::I32, :name => 'eventType', :enum_class => PartitionEventType}
+      EVENTTYPE => {:type => ::Thrift::Types::I32, :name => 'eventType', :enum_class => ::PartitionEventType}
     }
 
     def struct_fields; FIELDS; end
 
     def validate
-      unless @eventType.nil? || PartitionEventType::VALID_VALUES.include?(@eventType)
+      unless @eventType.nil? || ::PartitionEventType::VALID_VALUES.include?(@eventType)
         raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field eventType!')
       end
     end
@@ -4208,12 +4208,12 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => UnknownDBException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => UnknownTableException},
-      O5 => {:type => ::Thrift::Types::STRUCT, :name => 'o5', :class => UnknownPartitionException},
-      O6 => {:type => ::Thrift::Types::STRUCT, :name => 'o6', :class => InvalidPartitionException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::UnknownDBException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::UnknownTableException},
+      O5 => {:type => ::Thrift::Types::STRUCT, :name => 'o5', :class => ::UnknownPartitionException},
+      O6 => {:type => ::Thrift::Types::STRUCT, :name => 'o6', :class => ::InvalidPartitionException}
     }
 
     def struct_fields; FIELDS; end
@@ -4230,8 +4230,8 @@ module ThriftHiveMetastore
     INDEX_TABLE = 2
 
     FIELDS = {
-      NEW_INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'new_index', :class => Index},
-      INDEX_TABLE => {:type => ::Thrift::Types::STRUCT, :name => 'index_table', :class => Table}
+      NEW_INDEX => {:type => ::Thrift::Types::STRUCT, :name => 'new_index', :class => ::Index},
+      INDEX_TABLE => {:type => ::Thrift::Types::STRUCT, :name => 'index_table', :class => ::Table}
     }
 
     def struct_fields; FIELDS; end
@@ -4250,10 +4250,10 @@ module ThriftHiveMetastore
     O3 = 3
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Index},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => AlreadyExistsException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Index},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::AlreadyExistsException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4275,7 +4275,7 @@ module ThriftHiveMetastore
       DBNAME => {:type => ::Thrift::Types::STRING, :name => 'dbname'},
       BASE_TBL_NAME => {:type => ::Thrift::Types::STRING, :name => 'base_tbl_name'},
       IDX_NAME => {:type => ::Thrift::Types::STRING, :name => 'idx_name'},
-      NEW_IDX => {:type => ::Thrift::Types::STRUCT, :name => 'new_idx', :class => Index}
+      NEW_IDX => {:type => ::Thrift::Types::STRUCT, :name => 'new_idx', :class => ::Index}
     }
 
     def struct_fields; FIELDS; end
@@ -4292,8 +4292,8 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => InvalidOperationException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::InvalidOperationException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4334,8 +4334,8 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4373,9 +4373,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Index},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => MetaException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => NoSuchObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Index},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::MetaException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::NoSuchObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -4413,9 +4413,9 @@ module ThriftHiveMetastore
     O2 = 2
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Index}},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Index}},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4453,7 +4453,7 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRING}},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException}
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException}
     }
 
     def struct_fields; FIELDS; end
@@ -4469,7 +4469,7 @@ module ThriftHiveMetastore
     STATS_OBJ = 1
 
     FIELDS = {
-      STATS_OBJ => {:type => ::Thrift::Types::STRUCT, :name => 'stats_obj', :class => ColumnStatistics}
+      STATS_OBJ => {:type => ::Thrift::Types::STRUCT, :name => 'stats_obj', :class => ::ColumnStatistics}
     }
 
     def struct_fields; FIELDS; end
@@ -4490,10 +4490,10 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => InvalidInputException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::InvalidInputException}
     }
 
     def struct_fields; FIELDS; end
@@ -4509,7 +4509,7 @@ module ThriftHiveMetastore
     STATS_OBJ = 1
 
     FIELDS = {
-      STATS_OBJ => {:type => ::Thrift::Types::STRUCT, :name => 'stats_obj', :class => ColumnStatistics}
+      STATS_OBJ => {:type => ::Thrift::Types::STRUCT, :name => 'stats_obj', :class => ::ColumnStatistics}
     }
 
     def struct_fields; FIELDS; end
@@ -4530,10 +4530,10 @@ module ThriftHiveMetastore
 
     FIELDS = {
       SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => InvalidObjectException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => MetaException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => InvalidInputException}
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::InvalidObjectException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::MetaException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::InvalidInputException}
     }
 
     def struct_fields; FIELDS; end
@@ -4573,11 +4573,11 @@ module ThriftHiveMetastore
     O4 = 4
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ColumnStatistics},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException},
-      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => InvalidInputException},
-      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => InvalidObjectException}
+      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::ColumnStatistics},
+      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => ::NoSuchObjectException},
+      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => ::MetaException},
+      O3 => {:type => ::Thrift::Types::STRUCT, :name => 'o3', :class => ::InvalidInputException},
+      O4 => {:type => ::Thrift::Types::STRUCT, :name => 'o4', :class => ::InvalidObjectException}
     }
 
     def struct_fields; FIELDS; end
@@ -4619,11 +4619,11 @@ module ThriftHiveMetastore
     O4 = 4
 
     FIELDS = {
-      SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ColumnStatistics},
-      O1 => {:type => ::Thrift::Types::STRUCT, :name => 'o1', :class => NoSuchObjectException},
-      O2 => {:type => ::Thrift::Types::STRUCT, :name => 'o2', :class => MetaException},

[... 283 lines stripped ...]