Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted-Jiang committed Jul 25, 2022
1 parent 7153bee commit 25cb93d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parquet/src/arrow/arrow_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1764,9 +1764,7 @@ mod tests {
arrow_reader_options,
)
.unwrap();

let skip_reader = skip_arrow_reader.get_record_reader(batch_size).unwrap();
skip_reader
skip_arrow_reader.get_record_reader(batch_size).unwrap()
}

fn create_test_selection(
Expand Down

0 comments on commit 25cb93d

Please sign in to comment.