Skip to content

Commit d3d3a43

Browse files
author
李鹏程
committed
[core] Correct the UT case about retraction of aggregation merge-engine
1 parent 6f90b7c commit d3d3a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/table/PrimaryKeySimpleTableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ public void testAggregationRemoveRecordOnDelete() throws Exception {
12961296
commit.commit(0, write.prepareCommit(true, 0));
12971297
List<String> result =
12981298
getResult(read, toSplits(snapshotReader.read().dataSplits()), rowToString);
1299-
assertThat(result).containsExactlyInAnyOrder("+I[1, 1, 2, 2]");
1299+
assertThat(result).isEmpty();
13001300

13011301
// 2. Update Before
13021302
write.write(GenericRow.ofKind(RowKind.UPDATE_BEFORE, 1, 1, 2, 2));

0 commit comments

Comments
 (0)