jkosh44 commented on issue #16272: URL: https://github.com/apache/datafusion/issues/16272#issuecomment-3193914378
Here's a more minimal .slt repro ``` statement ok CREATE TABLE null_cast (a INT); statement ok set datafusion.sql_parser.dialect = 'Postgres'; query I rowsort select sum(a) FILTER (WHERE a = NULL) from null_cast ---- ``` -- 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