BootstrapperSBL commented on issue #21798: URL: https://github.com/apache/datafusion/issues/21798#issuecomment-4306884583
Looked at `coerced_from` in `datafusion/expr/src/type_coercion/functions.rs` — confirmed the `(BinaryView, Binary | LargeBinary | Null)` arm is missing while the Utf8View side already handles its equivalents. I'll send a PR mirroring that pattern, with a scalar-UDF signature test to pin the coercion. -- 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]
