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: [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]
