findepi commented on code in PR #14349: URL: https://github.com/apache/datafusion/pull/14349#discussion_r1936291719
########## datafusion/sqllogictest/test_files/case.slt: ########## @@ -289,12 +289,22 @@ query B select case when a=1 then false end from foo; ---- false -false -false -false -false -false +NULL +NULL +NULL +NULL +NULL +query IBB Review Comment: Thanks for double checking me! I also posted results from PostgreSQL (and Trino) in the issue https://github.com/apache/datafusion/issues/14343 -- 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]
