-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70850/
-----------------------------------------------------------

Review request for hive, Marta Kuczora, Peter Vary, and Adam Szita.


Repository: hive-git


Description
-------

HIVE-21812: Implement get partition related methods on temporary tables

HIVE-18739 and HIVE-20661 added partial support for partition columns on 
temporary tables, but it was not complete and it was available only for 
internal usage. This change addresses the missing functionality related to 
getting partitions from temporary tables, although is still remains unexposed 
until all the partition related functionalities (get, list, add, alter etc.) 
are implemented.


Diffs
-----

  
ql/src/java/org/apache/hadoop/hive/ql/metadata/SessionHiveMetaStoreClient.java 
410868cacfe53e8898d4e08572d7a01e05b7eb49 
  
ql/src/test/org/apache/hadoop/hive/ql/metadata/TestSessionHiveMetastoreClientGetPartitionsTempTable.java
 PRE-CREATION 
  
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/ConditionalIgnoreOnSessionHiveMetastoreClient.java
 PRE-CREATION 
  
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/CustomIgnoreRule.java
 PRE-CREATION 
  
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/MetaStoreClientTest.java
 dc48fa8308a07f68c5e21a2d95f40127d3ff41df 
  
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestGetPartitions.java
 4d7f7c12203a9a90568f4aae644ff5cabaafa18c 


Diff: https://reviews.apache.org/r/70850/diff/1/


Testing
-------

Unit testing is done via TestSessionHiveMetastoreClientGetPartitionsTempTable.


Thanks,

Laszlo Pinter

Reply via email to