You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2018/05/16 22:19:00 UTC

[jira] [Created] (HIVE-19576) IHMSHandler.getTable not always fetching the right catalog

Alan Gates created HIVE-19576:
---------------------------------

             Summary: IHMSHandler.getTable not always fetching the right catalog
                 Key: HIVE-19576
                 URL: https://issues.apache.org/jira/browse/HIVE-19576
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 3.0.0
            Reporter: Alan Gates
            Assignee: Alan Gates
             Fix For: 3.0.1


{{IHMSHandler.get_table_core(String dbName, String tableName)}} fetches the catalog name from the conf.  This causes issues when doing an operation where the catalog is known and does not match the default provided in the configuration file (e.g. adding a partition).  This method should be removed and callers forced to use {{IHMSHandler.get_table_core(String catName, String dbName, String tableName)}} instead since callers will know whether they have the catalog name or not.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)