nuno-faria commented on code in PR #20810: URL: https://github.com/apache/datafusion/pull/20810#discussion_r2921256762
########## datafusion/sqllogictest/test_files/joins.slt: ########## @@ -5056,6 +5056,48 @@ LEFT ANTI JOIN t2 ON k1 = k2 WHERE k1 < 0 ---- +# Also check that the reported number of output rows/batches are correct in the "empty build side" +# optimization. Review Comment: Applied. -- 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]
