Skip to content

Commit

Permalink
Update datafusion/physical-expr/src/aggregate/first_last.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Sep 15, 2023
1 parent 6c5c357 commit e4b1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/aggregate/first_last.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ mod tests {
let arrs = ranges
.into_iter()
.map(|(start, end)| {
Arc::new((start..end).collect::<Int64Array>())) as ArrayRef
Arc::new((start..end).collect::<Int64Array>()) as ArrayRef
})
.collect::<Vec<_>>();

Expand Down

0 comments on commit e4b1285

Please sign in to comment.