Skip to content

Commit

Permalink
Use num instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Sep 4, 2021
1 parent e7130a1 commit 1e9dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/compute/kernels/boolean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use crate::datatypes::{ArrowNumericType, DataType};
use crate::error::{ArrowError, Result};
use crate::util::bit_util::{ceil, round_upto_multiple_of_64};
use core::iter;
use lexical_core::Integer;
use num::Zero;

fn binary_boolean_kleene_kernel<F>(
left: &BooleanArray,
Expand Down

0 comments on commit 1e9dae2

Please sign in to comment.