danny0405 commented on code in PR #11137:
URL: https://github.com/apache/hudi/pull/11137#discussion_r1590550442


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -925,6 +925,37 @@ public void 
testMetadataTableCompactionWithPendingInstants() throws Exception {
     
assertEquals(HoodieInstantTimeGenerator.instantTimeMinusMillis(inflightInstant2,
 1L), tableMetadata.getLatestCompactionTime().get());
   }
 
+  @Test
+  public void testInitializeMetadataTableWithPendingInstant() throws Exception 
{
+    init(COPY_ON_WRITE, false);

Review Comment:
   There should be no much difference for the table type, maybe we can just 
paramatize this test.



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