----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65507/ -----------------------------------------------------------
(Updated Feb. 7, 2018, 3:35 p.m.) Review request for hive, Peter Vary and Adam Szita. Changes ------- Fixed the review findings. Bugs: HIVE-18580 https://issues.apache.org/jira/browse/HIVE-18580 Repository: hive-git Description ------- The following methods of IMetaStoreClient are covered by this test. - int Partition exchange_partition(Map<String, String>, String, String, String, String) - List<Partition> Partition exchange_partition(Map<String, String>, String, String, String, String) The test covers not just the happy pathes, but the edge cases as well. Diffs (updated) ----- standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/client/TestExchangePartitions.java PRE-CREATION Diff: https://reviews.apache.org/r/65507/diff/2/ Changes: https://reviews.apache.org/r/65507/diff/1-2/ Testing ------- Ran the tests Thanks, Marta Kuczora