alamb commented on code in PR #16249: URL: https://github.com/apache/datafusion/pull/16249#discussion_r2127362835
########## datafusion/sqllogictest/test_files/joins.slt: ########## @@ -2107,9 +2107,9 @@ RIGHT JOIN (select t2_id from join_t2 where join_t2.t2_id > 11) as join_t2 ON join_t1.t1_id < join_t2.t2_id ---- 33 44 Review Comment: this query has no ORDER BY so it is ok if the output emerges in a different order -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org