Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed May 7, 2024
1 parent abe7afc commit 49721e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iceberg/src/arrow/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl ArrowReader {

// The converter that converts `BoundPredicates` to `ArrowPredicates`
let mut converter = PredicateConverter {
parquet_schema: &parquet_schema,
parquet_schema: parquet_schema,
column_map: &field_id_map,
column_indices: &column_indices,
};
Expand Down

0 comments on commit 49721e8

Please sign in to comment.