[ 
https://issues.apache.org/jira/browse/HIVE-22230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16964409#comment-16964409
 ] 

Hive QA commented on HIVE-22230:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12984474/HIVE-22230.08.patch

{color:green}SUCCESS:{color} +1 due to 4 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 17640 tests 
executed
*Failed tests:*
{noformat}
org.apache.hive.minikdc.TestJdbcWithMiniKdcSQLAuthBinary.testAuthorization1 
(batchId=300)
{noformat}

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/19237/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/19237/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-19237/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12984474 - 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, 
> HIVE-22230.03.patch, HIVE-22230.04.patch, HIVE-22230.05.patch, 
> HIVE-22230.06.patch, HIVE-22230.07.patch, HIVE-22230.08.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)

Reply via email to