danny0405 commented on code in PR #13384:
URL: https://github.com/apache/hudi/pull/13384#discussion_r2167856155
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestHoodieBackedMetadata.java:
##########
@@ -3001,7 +3001,9 @@ public void testDeletePartitions() throws Exception {
.withFinalizeWriteParallelism(1)
.withDeleteParallelism(1)
.withConsistencyGuardConfig(ConsistencyGuardConfig.newBuilder().withConsistencyCheckEnabled(true).build())
-
.withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(true).build())
+ .withMetadataConfig(HoodieMetadataConfig.newBuilder().enable(true)
+ .withMaxNumDeltaCommitsBeforeCompaction(4)
Review Comment:
why we change the compaction delta commits?
--
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]