LiaCastaneda commented on code in PR #22690: URL: https://github.com/apache/datafusion/pull/22690#discussion_r3333349714
########## datafusion/sqllogictest/test_files/subquery.slt: ########## @@ -2120,12 +2120,6 @@ SELECT x FROM sq_main WHERE x > (SELECT v FROM sq_values LIMIT 1); 10 20 -# Scalar subquery returning zero rows → NULL -query I -SELECT (SELECT v FROM sq_empty); ----- -NULL Review Comment: (this is a test case I added on the PR I'm backporting, so this bug will not pop up in the existing sqllogic tests) -- 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]
