----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44664/ -----------------------------------------------------------
(Updated March 10, 2016, 9:31 p.m.) Review request for hive and Sergio Pena. Changes ------- Add test for drop partition of an external table. Thanks @Sergio Pena Bugs: HIVE-13243 https://issues.apache.org/jira/browse/HIVE-13243 Repository: hive-git Description ------- If the drop is for an external table, there is no need to check the Trash/Purge when deleting a file in encryption zone since no delete occurs Diffs (updated) ----- metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 0e8a157 ql/src/test/queries/clientpositive/encryption_drop_partition.q a26aa19 ql/src/test/queries/clientpositive/encryption_drop_table.q 193beea ql/src/test/results/clientpositive/encrypted/encryption_drop_partition.q.out 067bf82 ql/src/test/results/clientpositive/encrypted/encryption_drop_table.q.out 55eefa0 Diff: https://reviews.apache.org/r/44664/diff/ Testing ------- Manual test New unit test Precommit build test Thanks, Chaoyu Tang