codope commented on code in PR #9871:
URL: https://github.com/apache/hudi/pull/9871#discussion_r1378302314


##########
hudi-client/hudi-java-client/src/test/java/org/apache/hudi/client/TestJavaHoodieBackedMetadata.java:
##########
@@ -525,7 +523,6 @@ public void testVirtualKeysInBaseFiles() throws Exception {
 
     HoodieTableMetadata tableMetadata = metadata(writeConfig, context);
     assertTrue(tableMetadata.getLatestCompactionTime().isPresent());
-    assertEquals(tableMetadata.getLatestCompactionTime().get(), "0000003001");

Review Comment:
   Since instant time is being generated at runtime (in 
HoodieBackedTableMetadataWriter), we are not able to assert it here



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