findepi commented on PR #12864: URL: https://github.com/apache/datafusion/pull/12864#issuecomment-2431086676
This is invalid query, but it succeeds ``` > CREATE TABLE t(a int) AS SELECT x FROM (VALUES (a)) t(x) WHERE false; 0 row(s) fetched. Elapsed 0.014 seconds. ``` It seems it'sa regression -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org