Skip to content

Commit

Permalink
Test update for behavioural change caused by apache#11131
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Vary committed Dec 4, 2024
1 parent 997304c commit cf103c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ void testV2Table() throws Exception {

runAndWaitForSuccess(infra.env(), infra.source(), infra.sink());

// One equality delete remains which could be relevant if there are other files in the table
assertFileNum(table, 1, 1);
// After #11131 we don't remove the delete files
assertFileNum(table, 1, 3);

SimpleDataUtil.assertTableRecords(table, ImmutableList.of(createRecord(1, "c")));

Expand Down

0 comments on commit cf103c2

Please sign in to comment.