[
https://issues.apache.org/jira/browse/HIVE-22230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944794#comment-16944794
]
Hive QA commented on HIVE-22230:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12982218/HIVE-22230.02.patch
{color:red}ERROR:{color} -1 due to build exiting with an error
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18870/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18870/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18870/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Tests exited with: Exception: Patch URL
https://issues.apache.org/jira/secure/attachment/12982218/HIVE-22230.02.patch
was found in seen patch url's cache and a test was probably run already on it.
Aborting...
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12982218 - PreCommit-HIVE-Build
> Add support for filtering partitions on temporary tables
> --------------------------------------------------------
>
> Key: HIVE-22230
> URL: https://issues.apache.org/jira/browse/HIVE-22230
> Project: Hive
> Issue Type: Sub-task
> Components: Hive
> Reporter: Laszlo Pinter
> Assignee: Laszlo Pinter
> Priority: Major
> Attachments: HIVE-22230.01.patch, HIVE-22230.02.patch
>
>
> 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)