Skip to content

Commit 08b689b

Browse files
authored
Update datafusion/physical-expr/src/aggregate/first_last.rs
1 parent b4b5332 commit 08b689b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/aggregate/first_last.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ mod tests {
567567
let arrs = ranges
568568
.into_iter()
569569
.map(|(start, end)| {
570-
Arc::new((start..end).collect::<Int64Array>())) as ArrayRef
570+
Arc::new((start..end).collect::<Int64Array>()) as ArrayRef
571571
})
572572
.collect::<Vec<_>>();
573573

0 commit comments

Comments
 (0)