myandpr commented on issue #20356: URL: https://github.com/apache/datafusion/issues/20356#issuecomment-4068896412
Hi all, I’ve opened a PR to take a first pass at this issue: #20965. I tried to keep the change narrowly scoped to the SQL planner, so it adds earlier validation for invalid expressions in `WHERE`, `HAVING`, `QUALIFY`, `ORDER BY`, and `JOIN ... ON`, without changing the analyzer/type coercion design in other paths. It also includes cases with wrapped invalid expressions such as `STARTS_WITH() IS NULL`. Feedback is very welcome. Thanks! -- 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]
