yuzelin commented on code in PR #7228:
URL: https://github.com/apache/paimon/pull/7228#discussion_r2772673279


##########
paimon-core/src/test/java/org/apache/paimon/rest/RESTCatalogTest.java:
##########
@@ -1611,6 +1615,23 @@ public void testListPartitionsPagedWithMultiLevel() 
throws Exception {
         assertPagedPartitions(pagedPartitions, 1, partitionSpecs.get(1));
     }
 
+    @Test
+    void testPartitionExpire() throws Exception {

Review Comment:
   Use following option for more accuracy test:
   1. options.put(METASTORE_PARTITIONED_TABLE.key(), "true");
   2. table = table.copy(Collections.singletonMap(COMMIT_USER_PREFIX.key(), 
"my_user"));



-- 
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]

Reply via email to