Jefffrey commented on issue #20201: URL: https://github.com/apache/datafusion/issues/20201#issuecomment-3876867103
We can probably fix this in type_coercion.rs to at least stop it panicking; then raise a separate issue (if one doesn't already exist) to try get these cases rejected at planning time instead of during type coercion pass, if possible. `SELECT starts_with()` gets rejected before type coercion is applied, but it seems the way we have things wired causes `SELECT starts_with() IS TRUE` to only be rejected during the type coercion pass. -- 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]
