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

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

     [ https://issues.apache.org/jira/browse/HIVE-19182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janaki Lahorani reassigned HIVE-19182:
--------------------------------------


> 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
>            Priority: Major
>
> 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)