neilconway commented on issue #22067: URL: https://github.com/apache/datafusion/issues/22067#issuecomment-4406806553
Thanks for the comment @cetra3 ! > This, like other semantics in DF, I think are OK in some scenarios? I'm curious if you can elaborate on why that might be? > Why are we needing to align with PostgreSQL semantics everywhere? What do other systems like DuckDB and the like do. I just used Postgres as a quick reference point. DuckDB behaves the same, and this behavior is mandated by the SQL standard, as well as consistent with how boolean predicates are evaluated in other contexts (e.g., `WHERE`, `HAVING`). -- 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]
