Alan Gates created HIVE-9763: -------------------------------- Summary: Remove M* classes from RawStore interface Key: HIVE-9763 URL: https://issues.apache.org/jira/browse/HIVE-9763 Project: Hive Issue Type: Sub-task Components: Metastore Affects Versions: hbase-metastore-branch Reporter: Alan Gates Assignee: Alan Gates
There are a number of methods that return M* classes (MDb, MRole), etc. These are an artifact of the ObjectStore interface and do not belong in RawStore. These methods should be refactored to instead return suitable thrift objects, especially since HiveMetaStore simply has to convert them before it can pass them across the wire. -- This message was sent by Atlassian JIRA (v6.3.4#6332)