Skip to content

Commit

Permalink
rewrite data files procedure returns 3 values in spark 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ludlows committed Dec 4, 2024
1 parent 477c3ab commit 334df0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testFilterCaseSensitivity() {
row(10, 1),
Arrays.copyOf(output.get(0), 2));
// verify rewritten bytes separately
assertThat(output.get(0)).hasSize(4);
assertThat(output.get(0)).hasSize(3);
assertThat(output.get(0)[2])
.isInstanceOf(Long.class)
.isEqualTo(Long.valueOf(snapshotSummary().get(SnapshotSummary.REMOVED_FILE_SIZE_PROP)));
Expand Down

0 comments on commit 334df0f

Please sign in to comment.