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

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



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

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

{color:red}ERROR:{color} -1 due to 19 failed/errored test(s), 16105 tests 
executed
*Failed tests:*
{noformat}
TestMiniLlapLocalCliDriver - did not produce a TEST-*.xml file (likely timed 
out) (batchId=176)
        
[load_dyn_part2.q,llap_uncompressed.q,schema_evol_orc_acidvec_table_llap_io.q,parquet_types.q,vectorization_5.q,schema_evol_stats.q,mapjoin46.q,jdbc_handler.q,column_access_stats.q,vector_between_in.q,merge1.q,subquery_in_having.q,vectorized_string_funcs.q,vectorization_1.q,subquery_ANY.q,vector_coalesce_3.q,stats_noscan_1.q,vector_decimal_10_0.q,orc_merge5.q,vector_udf1.q,vector_groupby_reduce.q,union8.q,ctas_empty_source.q,lineage2.q,insert_values_orig_table.q,correlationoptimizer1.q,vector_decimal_mapjoin.q,vectorized_case.q,vector_windowing_rank.q,materialized_view_rewrite_8.q]
org.apache.hadoop.hive.metastore.TestObjectStore.catalogs (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testDatabaseOps (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testDeprecatedConfigIsOverwritten
 (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropParitionsCleanup
 (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropPartitionsCacheCrossSession
 (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSqlErrorMetrics 
(batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testEmptyTrustStoreProps 
(batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testMasterKeyOps (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testMaxEventResponse 
(batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testPartitionOps (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testQueryCloseOnError 
(batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testRoleOps (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testTableOps (batchId=232)
org.apache.hadoop.hive.metastore.TestObjectStore.testUseSSLProperty 
(batchId=232)
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveAndKill 
(batchId=274)
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveBackKill 
(batchId=274)
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveConflictKill
 (batchId=274)
org.apache.hive.jdbc.TestTriggersMoveWorkloadManager.testTriggerMoveEscapeKill 
(batchId=274)
{noformat}

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

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: 19 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12971436 - 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, 
> HIVE-21812.03.patch, HIVE-21812.04.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