We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49840f commit 3824132Copy full SHA for 3824132
1 file changed
datafusion/physical-expr/src/expressions/in_list.rs
@@ -33,7 +33,7 @@ use arrow::datatypes::*;
33
use arrow::util::bit_iterator::BitIndexIterator;
34
use datafusion_common::hash_utils::with_hashes;
35
use datafusion_common::{
36
- DFSchema, HashSet, Result, ScalarValue, exec_datafusion_err, exec_err, internal_err
+ exec_datafusion_err, exec_err, internal_err, DFSchema, HashSet, Result, ScalarValue,
37
};
38
use datafusion_expr::{expr_vec_fmt, ColumnarValue};
39
0 commit comments