You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2015/04/21 20:08:58 UTC

[jira] [Created] (HIVE-10422) HiveMetaStoreClient.listPartitionNames() does not return error for non-existent table

Jason Dere created HIVE-10422:
---------------------------------

             Summary: HiveMetaStoreClient.listPartitionNames() does not return error for non-existent table
                 Key: HIVE-10422
                 URL: https://issues.apache.org/jira/browse/HIVE-10422
             Project: Hive
          Issue Type: Bug
          Components: API
            Reporter: Jason Dere


In the non-auth case, calling HiveMetaStoreClient.getPartitionNames() on a non-existent table returns an empty list, rather than NoSuchObjectException.

It looks like currently all of the checking for valid table is being done at the SemanticAnalyzer level, and no such checking done in the API/metastore level.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)