Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Nov 16, 2021
1 parent f5f2e28 commit f265ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/comparison/boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ where

let values = binary(lhs.values(), rhs.values(), op);

BooleanArray::from_data(DataType::Boolean, values.into(), validity)
BooleanArray::from_data(DataType::Boolean, values, validity)
}

/// Evaluate `op(left, right)` for [`BooleanArray`] and scalar using
Expand Down

0 comments on commit f265ef2

Please sign in to comment.