Skip to content

Commit 19d5899

Browse files
committed
refactor_boolean_cast_ops_add_benchmarks_rebase_main
1 parent dae6a25 commit 19d5899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/spark-expr/src/conversion_funcs/boolean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn can_cast_from_boolean(to_type: &DataType) -> bool {
2424
use DataType::*;
2525
matches!(
2626
to_type,
27-
Boolean | Int8 | Int16 | Int32 | Int64 | Float32 | Float64 | Utf8
27+
Boolean | Int8 | Int16 | Int32 | Int64 | Float32 | Float64 | Utf8 | Decimal128(_, _)
2828
)
2929
}
3030

0 commit comments

Comments
 (0)