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

Hive QA commented on HIVE-21812:
--------------------------------



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

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

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 16122 tests 
executed
*Failed tests:*
{noformat}
TestMiniLlapLocalCliDriver - did not produce a TEST-*.xml file (likely timed 
out) (batchId=160)
        
[external_jdbc_table_typeconversion.q,vector_udf_octet_length.q,schema_evol_orc_acidvec_table_update.q,materialized_view_rewrite_part_2.q,vector_decimal_5.q,vector_case_when_conversion.q,escape1.q,schema_evol_orc_acid_table_update_llap_io.q,cte_mat_5.q,acid_meta_columns_decode.q,vector_string_decimal.q,results_cache_lifetime.q,cross_prod_3.q,join46.q,dynpart_sort_optimization2.q,tez_bmj_schema_evolution.q,insert_into_default_keyword.q,bucketmapjoin4.q,vector_orc_null_check.q,semijoin7.q,uber_reduce.q,schema_evol_orc_nonvec_part_all_complex.q,is_distinct_from.q,schema_evol_text_vec_part_all_complex_llap_io.q,auto_sortmerge_join_3.q,vectorization_9.q,materialized_view_create_rewrite.q,merge2.q,join_nulls.q,bucketmapjoin2.q]
{noformat}

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

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: 12970556 - PreCommit-HIVE-Build

> Implement get partition related methods on temporary tables
> -----------------------------------------------------------
>
>                 Key: HIVE-21812
>                 URL: https://issues.apache.org/jira/browse/HIVE-21812
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 4.0.0
>            Reporter: Laszlo Pinter
>            Assignee: Laszlo Pinter
>            Priority: Major
>         Attachments: HIVE-21812.01.patch, HIVE-21812.02.patch
>
>
> IMetastoreClient exposes severalĀ APIsĀ related to getting partitions. The 
> definition of the APIs are:
> {code:java}
> Partition getPartition(String dbName, String tblName, List<String> partVals);
> Partition getPartition(String catName, String dbName, String tblName, 
> List<String> partVals);
> Partition getPartition(String dbName, String tblName, String name);
> Partition getPartition(String catName, String dbName, String tblName, String 
> name);
> Partition getPartitionWithAuthInfo(String dbName, String tableName, 
> List<String> pvals, String userName, List<String> groupNames);
> Partition getPartitionWithAuthInfo(String catName, String dbName, String 
> tableName, List<String> pvals, String userName, List<String> groupNames);
> List<Partition> getPartitionsByNames(String db_name, String tbl_name, 
> List<String> part_names);
> List<Partition> getPartitionsByNames(String catName, String db_name, String 
> tbl_name, List<String> part_names);
> Partition getPartitionWithAuthInfo(String dbName, String tableName, 
> List<String> pvals, String userName, List<String> groupNames);
> Partition getPartitionWithAuthInfo(String catName, String dbName, String 
> tableName, List<String> pvals, String userName, List<String> groupNames);
> {code}
> In order to support partitions on temporary tables, the majority of these 
> methods must be implemented in SessionHiveMetastoreClient. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to