Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickard Lundin committed May 21, 2024
1 parent 7b97a9a commit 814491a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chunked/arrow_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ impl<'a> Converter<'a> for Slice2Arrow<'a> {

match message {
Ok(rb) => {
break 'outer;
writer.write(&rb.record_batch).expect("Error Writing batch");
if (rb.record_batch.num_rows() == 0) {
break 'outer;
Expand Down

0 comments on commit 814491a

Please sign in to comment.