Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Jan 24, 2024
1 parent c1a4d87 commit e1d8809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/expr/src/type_coercion/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ fn get_valid_types(
DataType::List(ref field)
| DataType::LargeList(ref field)
| DataType::FixedSizeList(ref field, _) => {
// for the functions with signature 'array_element(array, int)'
let elem_type = if elem_base_type.eq(&DataType::Null) {
field.data_type()
} else {
Expand Down

0 comments on commit e1d8809

Please sign in to comment.