Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 21, 2024
1 parent d3aafef commit 62e4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/core/src/execution/shuffle/shuffle_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ mod test {
)
.unwrap();
assert_eq!(40226, output.len());
assert_eq!(40218, length);
assert_eq!(40226, length);

let ipc_without_length_prefix = &output[16..];
let batch2 = read_ipc_compressed(ipc_without_length_prefix).unwrap();
Expand Down

0 comments on commit 62e4aa6

Please sign in to comment.