Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gstvg committed Aug 7, 2024
1 parent 18680c7 commit bc8f310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-select/src/take.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ mod tests {

let array = UnionArray::try_new(
fields,
ScalarBuffer::from_iter(vec![0_i8, 0, 0, 0, 0].into_iter()),
ScalarBuffer::from(vec![0_i8, 0, 0, 0, 0]),
Some(ScalarBuffer::from_iter(0_i32..5)),
vec![ints],
)
Expand Down

0 comments on commit bc8f310

Please sign in to comment.