yihua commented on a change in pull request #4792:
URL: https://github.com/apache/hudi/pull/4792#discussion_r807116666
##########
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:
It's mainly for the clarity of reading the workflow of the tests. If
it's verbose, I can remove them.
--
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]