Skip to content

Commit

Permalink
remove redundant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnnli committed Aug 4, 2022
1 parent 53a967d commit 1ccff32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arrow/src/ipc/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1861,8 +1861,6 @@ mod tests {
let record_batch_slice = record_batch.slice(0, 1);
let deserialized_batch = deserialize(serialize(&record_batch_slice));

// dbg!(serialize(&record_batch).len());
// dbg!(serialize(&record_batch_slice).len());
assert!(serialize(&record_batch).len() > serialize(&record_batch_slice).len());
assert_eq!(record_batch_slice, deserialized_batch);
}
Expand Down

0 comments on commit 1ccff32

Please sign in to comment.