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 2014/09/22 18:49:14 UTC

svn commit: r1626835 - /hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql

Author: hashutosh
Date: Mon Sep 22 16:49:14 2014
New Revision: 1626835

URL: http://svn.apache.org/r1626835
Log:
HIVE-8175 : Hive metastore upgrade from v0.13.0 to v0.14.0 script for Oracle is missing an upgrade step (Deepesh Khandelwal via Ashutosh Chauhan)

Modified:
    hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql

Modified: hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql?rev=1626835&r1=1626834&r2=1626835&view=diff
==============================================================================
--- hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql (original)
+++ hive/trunk/metastore/scripts/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql Mon Sep 22 16:49:14 2014
@@ -1,5 +1,6 @@
 SELECT 'Upgrading MetaStore schema from 0.13.0 to 0.14.0' AS Status from dual;
 
+@019-HIVE-7118.oracle.sql;
 @020-HIVE-7784.oracle.sql;
 
 UPDATE VERSION SET SCHEMA_VERSION='0.14.0', VERSION_COMMENT='Hive release version 0.14.0' where VER_ID=1;