prasanthj commented on a change in pull request #968: Hive23111
URL: https://github.com/apache/hive/pull/968#discussion_r404239808
##########
File path:
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionManagement.java
##########
@@ -654,6 +656,42 @@ public void testNoPartitionRetentionForReplTarget()
throws TException, Interrupt
assertEquals(3, partitions.size());
}
+ @Test
+ public void testPartitionExprFilter() throws TException, IOException {
+ String dbName = "db10";
+ String tableName = "tbl10";
+ Map<String, Column> colMap = buildAllColumns();
+ List<String> partKeys = Lists.newArrayList("state", "dt");
Review comment:
can you a testcase for timestamp too? timestamp is always the problematic
type in partition column.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]