Jefffrey opened a new issue, #18092: URL: https://github.com/apache/datafusion/issues/18092
https://github.com/apache/datafusion/blob/264030cca76d0bdb4d8809f252b422e72624a345/datafusion/expr-common/src/type_coercion/aggregates.rs#L44-L66 Refactor these away in favour of using the TypeSignature API: https://github.com/apache/datafusion/blob/264030cca76d0bdb4d8809f252b422e72624a345/datafusion/expr-common/src/signature.rs Need to take care for functions that will be affected, especially as for `NUMERICS` it doesn't contain `Float16` or `Decimal`s which `TypeSignature::Numeric` does include. Consider what changes might be necessary for downstream functions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
