cxzl25 commented on code in PR #5271:
URL: https://github.com/apache/hive/pull/5271#discussion_r1624432973
##########
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java:
##########
@@ -566,6 +566,14 @@ public void testListPartitionNamesByFilter() throws
Exception {
}
Assert.assertEquals(1, partNames.size());
Assert.assertEquals("country=US/state=MA", partNames.get(0));
+
+ try (AutoCloseable c = deadline()) {
+ partNames = objectStore.listPartitionNamesByFilter(DEFAULT_CATALOG_NAME,
DB1, TABLE1,
Review Comment:
```bash
mvn test -Dtest.groups=MetastoreUnitTest -Dtest=TestObjectStore
```
<img width="833" alt="image"
src="https://github.com/apache/hive/assets/3898450/0594839f-d1bc-4cf6-aff5-c50cf8af63a1">
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]