Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We need support for filtering partitions on temporary tables. In order to achieve this, SessionHiveMetastoreClient must implement the following methods:
public List<Partition> listPartitionsByFilter(String catName, String dbName, String tableName,String filter, int maxParts) public int getNumPartitionsByFilter(String catName, String dbName, String tableName, String filter) public PartitionSpecProxy listPartitionSpecsByFilter(String catName, String dbName, String tblName, String filter, int maxParts) public PartitionValuesResponse listPartitionValues(PartitionValuesRequest request)
Attachments
Attachments
Issue Links
- links to