We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd2a28 commit 82b98e2Copy full SHA for 82b98e2
paimon-core/src/test/java/org/apache/paimon/append/AppendCompactCoordinatorTest.java
@@ -101,7 +101,7 @@ public void testCompactGroupSplit() {
101
generateNewFiles(
102
1050, appendOnlyFileStoreTable.coreOptions().targetFileSize(false) / 5);
103
compactionCoordinator.notifyNewFiles(partition, files);
104
- assertThat(compactionCoordinator.compactPlan().size()).isEqualTo(106);
+ assertThat(compactionCoordinator.compactPlan().size()).isEqualTo(105);
105
}
106
107
@Test
0 commit comments