codope commented on code in PR #7709:
URL: https://github.com/apache/hudi/pull/7709#discussion_r1086209554
##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -497,8 +497,8 @@ public void testMetadataTableArchival() throws Exception {
.enableFullScan(true)
.enableMetrics(false)
.withMaxNumDeltaCommitsBeforeCompaction(3)
- .archiveCommitsWith(3, 4)
- .retainCommits(1)
+ .archiveCommitsWith(4, 5)
Review Comment:
any particular reason for increasing these?
--
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]