-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53110/
-----------------------------------------------------------
(Updated Oct. 26, 2016, 1:20 a.m.)
Review request for hive.
Changes
-------
Fixed the failed tests
Bugs: HIVE-14909
https://issues.apache.org/jira/browse/HIVE-14909
Repository: hive-git
Description
-------
Since Hive supports the DDL like:
create table foo (key int) location 'path_to_location'
to create a managed table by specifying its location rather than that under its
database. So table rename should respect this specified location, and not
change its location or move its data. Its location should be change using a
different command 'alter table .. set location ...' instead.
Diffs (updated)
-----
hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java
ce4ef75
metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java
7b84595
ql/src/test/queries/clientpositive/encryption_move_tbl.q a25d955
ql/src/test/results/clientpositive/encrypted/encryption_move_tbl.q.out
910ce25
Diff: https://reviews.apache.org/r/53110/diff/
Testing
-------
Unit tests
Manaual tests
Thanks,
Chaoyu Tang