Skip to content

Commit 9eb825d

Browse files
committed
Allow comparison between boolean and int values
1 parent 123310b commit 9eb825d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • datafusion/expr-common/src/type_coercion

datafusion/expr-common/src/type_coercion/binary.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use arrow::datatypes::{
2828
DataType, Field, FieldRef, Fields, TimeUnit, DECIMAL128_MAX_PRECISION,
2929
DECIMAL128_MAX_SCALE, DECIMAL256_MAX_PRECISION, DECIMAL256_MAX_SCALE,
3030
};
31-
use arrow::datatypes::DataType::{Binary, BinaryView, Boolean, Int16, Int32, Int64, Int8, LargeBinary, LargeUtf8, Utf8, Utf8View};
3231
use datafusion_common::types::NativeType;
3332
use datafusion_common::{
3433
exec_err, internal_err, not_impl_err, plan_datafusion_err, plan_err, Diagnostic,

0 commit comments

Comments
 (0)