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: [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]