You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dj...@apache.org on 2018/05/02 19:22:37 UTC

hive git commit: HIVE-19386 : Move TABLE_BUCKETING_VERSION to hive_metastore.thrift (Deepak Jaiswal, reviewed by Bharathkrishna Guruvayoor Murali)

Repository: hive
Updated Branches:
  refs/heads/master ad6dd9ed3 -> 253688e04


HIVE-19386 : Move TABLE_BUCKETING_VERSION to hive_metastore.thrift (Deepak Jaiswal, reviewed by Bharathkrishna Guruvayoor Murali)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/253688e0
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/253688e0
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/253688e0

Branch: refs/heads/master
Commit: 253688e04af646f2683088b578b556a040a7b477
Parents: ad6dd9e
Author: Deepak Jaiswal <dj...@apache.org>
Authored: Wed May 2 12:21:00 2018 -0700
Committer: Deepak Jaiswal <dj...@apache.org>
Committed: Wed May 2 12:22:29 2018 -0700

----------------------------------------------------------------------
 .../src/gen/thrift/gen-cpp/hive_metastore_constants.cpp         | 2 ++
 .../src/gen/thrift/gen-cpp/hive_metastore_constants.h           | 1 +
 .../hadoop/hive/metastore/api/hive_metastoreConstants.java      | 1 +
 standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php | 5 +++++
 .../src/gen/thrift/gen-py/hive_metastore/constants.py           | 1 +
 .../src/gen/thrift/gen-rb/hive_metastore_constants.rb           | 2 ++
 standalone-metastore/src/main/thrift/hive_metastore.thrift      | 2 +-
 7 files changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp b/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp
index 1cbd176..1c1b3ce 100644
--- a/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp
+++ b/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.cpp
@@ -59,6 +59,8 @@ hive_metastoreConstants::hive_metastoreConstants() {
 
   TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties";
 
+  TABLE_BUCKETING_VERSION = "bucketing_version";
+
 }
 
 }}} // namespace

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h b/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h
index 3d068c3..1f06253 100644
--- a/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h
+++ b/standalone-metastore/src/gen/thrift/gen-cpp/hive_metastore_constants.h
@@ -39,6 +39,7 @@ class hive_metastoreConstants {
   std::string TABLE_IS_TRANSACTIONAL;
   std::string TABLE_NO_AUTO_COMPACT;
   std::string TABLE_TRANSACTIONAL_PROPERTIES;
+  std::string TABLE_BUCKETING_VERSION;
 };
 
 extern const hive_metastoreConstants g_hive_metastore_constants;

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java
index 1abedc9..2ee81df 100644
--- a/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java
+++ b/standalone-metastore/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/hive_metastoreConstants.java
@@ -85,4 +85,5 @@ import org.slf4j.LoggerFactory;
   public static final String TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties";
 
   public static final String TABLE_BUCKETING_VERSION = "bucketing_version";
+
 }

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php b/standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php
index afea048..f7e7349 100644
--- a/standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php
+++ b/standalone-metastore/src/gen/thrift/gen-php/metastore/Types.php
@@ -31307,6 +31307,7 @@ final class Constant extends \Thrift\Type\TConstant {
   static protected $TABLE_IS_TRANSACTIONAL;
   static protected $TABLE_NO_AUTO_COMPACT;
   static protected $TABLE_TRANSACTIONAL_PROPERTIES;
+  static protected $TABLE_BUCKETING_VERSION;
 
   static protected function init_DDL_TIME() {
     return "transient_lastDdlTime";
@@ -31403,6 +31404,10 @@ final class Constant extends \Thrift\Type\TConstant {
   static protected function init_TABLE_TRANSACTIONAL_PROPERTIES() {
     return "transactional_properties";
   }
+
+  static protected function init_TABLE_BUCKETING_VERSION() {
+    return "bucketing_version";
+  }
 }
 
 

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-py/hive_metastore/constants.py
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-py/hive_metastore/constants.py b/standalone-metastore/src/gen/thrift/gen-py/hive_metastore/constants.py
index 5100236..c27745a6 100644
--- a/standalone-metastore/src/gen/thrift/gen-py/hive_metastore/constants.py
+++ b/standalone-metastore/src/gen/thrift/gen-py/hive_metastore/constants.py
@@ -33,3 +33,4 @@ META_TABLE_STORAGE = "storage_handler"
 TABLE_IS_TRANSACTIONAL = "transactional"
 TABLE_NO_AUTO_COMPACT = "no_auto_compaction"
 TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties"
+TABLE_BUCKETING_VERSION = "bucketing_version"

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb b/standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb
index 6aa7143..9e6cedd 100644
--- a/standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb
+++ b/standalone-metastore/src/gen/thrift/gen-rb/hive_metastore_constants.rb
@@ -55,3 +55,5 @@ TABLE_NO_AUTO_COMPACT = %q"no_auto_compaction"
 
 TABLE_TRANSACTIONAL_PROPERTIES = %q"transactional_properties"
 
+TABLE_BUCKETING_VERSION = %q"bucketing_version"
+

http://git-wip-us.apache.org/repos/asf/hive/blob/253688e0/standalone-metastore/src/main/thrift/hive_metastore.thrift
----------------------------------------------------------------------
diff --git a/standalone-metastore/src/main/thrift/hive_metastore.thrift b/standalone-metastore/src/main/thrift/hive_metastore.thrift
index a0f8457..38edfa4 100644
--- a/standalone-metastore/src/main/thrift/hive_metastore.thrift
+++ b/standalone-metastore/src/main/thrift/hive_metastore.thrift
@@ -2233,5 +2233,5 @@ const string META_TABLE_STORAGE   = "storage_handler",
 const string TABLE_IS_TRANSACTIONAL = "transactional",
 const string TABLE_NO_AUTO_COMPACT = "no_auto_compaction",
 const string TABLE_TRANSACTIONAL_PROPERTIES = "transactional_properties",
-
+const string TABLE_BUCKETING_VERSION = "bucketing_version",