Zhihua Deng created HIVE-24044:
----------------------------------
Summary: Implement listPartitionNames with filter or order on
temporary tables
Key: HIVE-24044
URL: https://issues.apache.org/jira/browse/HIVE-24044
Project: Hive
Issue Type: Improvement
Components: Metastore
Affects Versions: 4.0.0
Reporter: Zhihua Deng
Temporary tables can have their own partitions, and IMetaStoreClient use
{code:java}
List<String> listPartitionNames(PartitionsByExprRequest request){code}
to filter or sort the results. This method can be implemented on temporary
tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)