alamb commented on code in PR #5431:
URL: https://github.com/apache/arrow-datafusion/pull/5431#discussion_r1120486370


##########
datafusion/core/tests/sqllogictests/test_files/join.slt:
##########
@@ -81,3 +87,9 @@ ON     (
 ----
 11 a 1
 44 d 4
+
+# issue: https://github.com/apache/arrow-datafusion/issues/5382
+query IIII rowsort
+SELECT * FROM test2 FULL JOIN test1 ON true;

Review Comment:
   ❤️ 



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

Reply via email to