Skip to content

Commit

Permalink
[flink] fix & doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LinMingQiang committed Nov 27, 2024
1 parent 8e8bde0 commit 95df419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ abstract class CompactProcedureTestBase extends PaimonSparkTestBase with StreamT
split => {
Assertions
.assertThat(split.dataFiles.size)
.isEqualTo(if (split.partition().getInt(1) == 16) 2 else 1)
.isEqualTo(if (split.partition().getInt(0) == 16) 2 else 1)
})
}
})
Expand Down

0 comments on commit 95df419

Please sign in to comment.