alamb commented on code in PR #6477: URL: https://github.com/apache/arrow-datafusion/pull/6477#discussion_r1210398813
########## datafusion/core/tests/sqllogictests/test_files/scalar.slt: ########## @@ -673,6 +673,14 @@ NULL NULL 4 +# issue: https://github.com/apache/arrow-datafusion/issues/6376 +query I Review Comment: 👍 matches postgres: ```sql postgres=# select case when a = 0 then 123 end from (values(1), (0), (null)) as t(a); case ------ 123 (3 rows) ``` -- 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]
