findepi commented on code in PR #16860:
URL: https://github.com/apache/datafusion/pull/16860#discussion_r2225666844


##########
datafusion/sqllogictest/test_files/joins.slt:
##########
@@ -4164,23 +4164,40 @@ AS VALUES
 (3, 3, true),
 (3, 3, false);
 
-query IIIIB
-SELECT * FROM t0 FULL JOIN t1 ON t0.c1 = t1.c1 LIMIT 2;
+query IIIIB rowsort
+SELECT * FROM t0 FULL JOIN t1 ON t0.c1 = t1.c1 LIMIT 20;

Review Comment:
   does sqllogictest have a reasonable way to add extensions? or do you mean 
modifying the upstream library?
   
   at dbt we have some extensions to SLT, but they always feel like hacks at 
the code level (like special comments)



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

Reply via email to