vinothchandar commented on a change in pull request #4792:
URL: https://github.com/apache/hudi/pull/4792#discussion_r807108709



##########
File path: 
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/io/TestHoodieTimelineArchiver.java
##########
@@ -472,6 +475,12 @@ public void testArchiveCommitSavepointNoHole() throws 
Exception {
     HoodieTable table = HoodieSparkTable.create(cfg, context);
     HoodieTimelineArchiver archiver = new HoodieTimelineArchiver(cfg, table);
 
+    if (enableMetadataTable) {
+      // Simulate a compaction commit in metadata table timeline

Review comment:
       do we need to repeat the comment block everywhere?




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