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)