Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Jun 24, 2024
1 parent ffd788a commit 7c92e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/memtable/bulk/part.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn sort_arrays_to_record_batch(
schema: SchemaRef,
dedup: bool,
) -> Result<(RecordBatch, i64, i64)> {
let timestamp_iter = timestamp_array_to_iter(&metadata, &timestamp);
let timestamp_iter = timestamp_array_to_iter(metadata, &timestamp);
let (mut min_timestamp, mut max_timestamp) = (i64::MAX, i64::MIN);
let mut to_sort = pk
.iter()
Expand Down

0 comments on commit 7c92e20

Please sign in to comment.