LiaCastaneda commented on code in PR #22690: URL: https://github.com/apache/datafusion/pull/22690#discussion_r3333453800
########## 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: I just confirmed this bug is preexisting, this was the behavior in branch-53 -- 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]
