We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a4d87 commit e1d8809Copy full SHA for e1d8809
1 file changed
datafusion/expr/src/type_coercion/functions.rs
@@ -120,7 +120,6 @@ fn get_valid_types(
120
DataType::List(ref field)
121
| DataType::LargeList(ref field)
122
| DataType::FixedSizeList(ref field, _) => {
123
- // for the functions with signature 'array_element(array, int)'
124
let elem_type = if elem_base_type.eq(&DataType::Null) {
125
field.data_type()
126
} else {
0 commit comments