Skip to content

Commit

Permalink
put back todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanc-n committed Nov 14, 2024
1 parent 5334e77 commit 7c83e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/expr/src/type_coercion/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ fn get_valid_types(
| NativeType::Float32
| NativeType::Float64
| NativeType::Boolean => {
// TODO: Switch to Utf8View if all the string functions supports Utf8View
new_types.push(DataType::Utf8);
}
_ => {
Expand Down

0 comments on commit 7c83e8c

Please sign in to comment.