Laszlo Pinter created HIVE-22230:
------------------------------------

             Summary: Add support for filtering partitions on temporary tables
                 Key: HIVE-22230
                 URL: https://issues.apache.org/jira/browse/HIVE-22230
             Project: Hive
          Issue Type: Task
          Components: Hive
            Reporter: Laszlo Pinter
            Assignee: Laszlo Pinter


We need support for filtering partitions on temporary tables. In order to 
achieve this, SessionHiveMetastoreClient must implement the following methods:
{code:java}
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)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to