You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by we...@apache.org on 2017/05/08 22:17:33 UTC

[16/50] [abbrv] hive git commit: HIVE-16577: Syntax error in the metastore init scripts for mssql (Vihang Karajgaonkar, reviewed by Aihua Xu & Thejas M Nair)

HIVE-16577: Syntax error in the metastore init scripts for mssql (Vihang Karajgaonkar, reviewed by Aihua Xu & Thejas M Nair)


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

Branch: refs/heads/hive-14535
Commit: d09f3f81d231e68727bbb39681a686c5f525114a
Parents: 1fecb81
Author: Aihua Xu <ai...@apache.org>
Authored: Fri May 5 14:00:51 2017 -0400
Committer: Aihua Xu <ai...@apache.org>
Committed: Fri May 5 14:00:51 2017 -0400

----------------------------------------------------------------------
 metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql | 2 +-
 metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql | 2 +-
 metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/d09f3f81/metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql
----------------------------------------------------------------------
diff --git a/metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql b/metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql
index 57dd30f..33730de 100644
--- a/metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql
+++ b/metastore/scripts/upgrade/mssql/hive-schema-2.2.0.mssql.sql
@@ -579,7 +579,7 @@ CREATE TABLE NOTIFICATION_LOG
     EVENT_TYPE nvarchar(32) NOT NULL,
     DB_NAME nvarchar(128) NULL,
     TBL_NAME nvarchar(256) NULL,
-    MESSAGE_FORMAT nvarchar(16)
+    MESSAGE_FORMAT nvarchar(16),
     MESSAGE text NULL
 );
 

http://git-wip-us.apache.org/repos/asf/hive/blob/d09f3f81/metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql
----------------------------------------------------------------------
diff --git a/metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql b/metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql
index 8a80a50..c117a32 100644
--- a/metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql
+++ b/metastore/scripts/upgrade/mssql/hive-schema-2.3.0.mssql.sql
@@ -579,7 +579,7 @@ CREATE TABLE NOTIFICATION_LOG
     EVENT_TYPE nvarchar(32) NOT NULL,
     DB_NAME nvarchar(128) NULL,
     TBL_NAME nvarchar(256) NULL,
-    MESSAGE_FORMAT nvarchar(16)
+    MESSAGE_FORMAT nvarchar(16),
     MESSAGE text NULL
 );
 

http://git-wip-us.apache.org/repos/asf/hive/blob/d09f3f81/metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql
----------------------------------------------------------------------
diff --git a/metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql b/metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql
index 98682a8..54d593c 100644
--- a/metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql
+++ b/metastore/scripts/upgrade/mssql/hive-schema-3.0.0.mssql.sql
@@ -579,7 +579,7 @@ CREATE TABLE NOTIFICATION_LOG
     EVENT_TYPE nvarchar(32) NOT NULL,
     DB_NAME nvarchar(128) NULL,
     TBL_NAME nvarchar(256) NULL,
-    MESSAGE_FORMAT nvarchar(16)
+    MESSAGE_FORMAT nvarchar(16),
     MESSAGE text NULL
 );