alamb commented on issue #8790: URL: https://github.com/apache/arrow-datafusion/issues/8790#issuecomment-1885476098
> Is there any specific reason for not supporting other datatypes? Hi @dhamotharan-ps -- looking at the actual functions implementation, it does not appear to depend on any specific type, so I don't see a reason for not supporting other data types https://github.com/apache/arrow-datafusion/blob/e78f4bd9289db4ed41e445e56d59540491aeced2/datafusion/physical-expr/src/conditional_expressions.rs#L26-L80 Maybe we just need to change https://github.com/apache/arrow-datafusion/blob/e78f4bd9289db4ed41e445e56d59540491aeced2/datafusion/expr/src/built_in_function.rs#L996-L998 to [`Signature::uniform`](https://docs.rs/datafusion/latest/datafusion/logical_expr/struct.Signature.html#method.uniform) 🤔 -- 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]
