-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1460/
-----------------------------------------------------------
Review request for hive, Ning Zhang and Paul Yang.
Summary
-------
The upgrade scripts for the hive metastore in HIVE-2246 do not upgrade the
indexes. They also need to rename the old COLUMNS table after migration so that
old clients will not accidentally access the COLUMNS table.
This addresses bug HIVE-2366.
https://issues.apache.org/jira/browse/HIVE-2366
Diffs
-----
trunk/metastore/scripts/upgrade/derby/008-HIVE-2246.derby.sql 1156396
trunk/metastore/scripts/upgrade/derby/008-REVERT-HIVE-2246.derby.sql 1156396
trunk/metastore/scripts/upgrade/mysql/008-HIVE-2246.mysql.sql 1156396
Diff: https://reviews.apache.org/r/1460/diff
Testing
-------
Tested db migration by hand
Thanks,
Sohan