----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71014/ -----------------------------------------------------------
(Updated July 5, 2019, 7:11 p.m.) Review request for hive, Eugene Koifman, Jesús Camacho Rodríguez, Zoltan Haindrich, and Vineet Garg. Bugs: HIVE-21938 https://issues.apache.org/jira/browse/HIVE-21938 Repository: hive-git Description ------- By default pre upgrade tool scans all databases and tables in the warehouse. Add database and table filter options to run the tool for a specific subset of databases and tables only. Diffs (updated) ----- upgrade-acid/pre-upgrade/src/main/java/org/apache/hadoop/hive/upgrade/acid/PreUpgradeTool.java 0e3e3e2ed7 upgrade-acid/pre-upgrade/src/main/java/org/apache/hadoop/hive/upgrade/acid/RunOptions.java PRE-CREATION upgrade-acid/pre-upgrade/src/test/java/org/apache/hadoop/hive/upgrade/acid/TestPreUpgradeTool.java 90230d5dbd Diff: https://reviews.apache.org/r/71014/diff/2/ Changes: https://reviews.apache.org/r/71014/diff/1-2/ Testing ------- New UTs for testing filtering Thanks, Krisztian Kasa