Janaki Lahorani created HIVE-19182: -------------------------------------- Summary: Code clean up of HiveMetaStoreChecker.java Key: HIVE-19182 URL: https://issues.apache.org/jira/browse/HIVE-19182 Project: Hive Issue Type: Improvement Reporter: Janaki Lahorani Assignee: Janaki Lahorani
HiveMetaStoreChecker.java has code like: result.getTablesNotOnFs().add(table.getTableName()); result.getPartitionsNotOnFs().add(pr); result.getPartitionsNotInMs().add(pr); It is not a good practice to change internal states like this. -- This message was sent by Atlassian JIRA (v7.6.3#76005)