You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Janaki Lahorani (JIRA)" <ji...@apache.org> on 2018/04/11 21:46:00 UTC

[jira] [Created] (HIVE-19182) Code clean up of HiveMetaStoreChecker.java

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)